Skip to content

Commit

Permalink
Move goto-bmc tests to dedicated folder instead of top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
NlightNFotis committed Jun 16, 2023
1 parent 4041564 commit d3cd4ee
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions regression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ add_subdirectory(invariants)
add_subdirectory(goto-diff)
add_subdirectory(test-script)
add_subdirectory(goto-analyzer-taint)
add_subdirectory(goto-bmc)
add_subdirectory(goto-bmc-non-symex-ready-goto)
add_subdirectory(goto-bmc/goto-bmc-symex-ready-goto)
add_subdirectory(goto-bmc/goto-bmc-non-symex-ready-goto)
if(NOT WIN32)
add_subdirectory(goto-gcc)
else()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CORE
main.c

^EXIT=[127|134]$
^EXIT=(127|134)$
^SIGNAL=0$
^Invariant check failed$
^Reason: Check return value$
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d3cd4ee

Please sign in to comment.