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 19, 2023
1 parent c125275 commit dfde351
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CORE
main.c
" "

^EXIT=10$
^SIGNAL=0$
\[main\.assertion\.1\] line \d expected fail: 0 == 0: FAILURE
Expand Down

0 comments on commit dfde351

Please sign in to comment.