Skip to content

Commit 4064bc7

Browse files
Add goto-harness regression test
This merely shows that the goto-harness executable was built (and indeed executable)
1 parent 30cb51c commit 4064bc7

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

regression/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ add_subdirectory(cbmc-cpp)
4747
add_subdirectory(goto-cc-goto-analyzer)
4848
add_subdirectory(systemc)
4949
add_subdirectory(contracts)
50+
add_subdirectory(goto-harness)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
add_test_pl_tests(
2+
"$<TARGET_FILE:goto-harness>")
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CORE
2+
dummy
3+
--version
4+
^\d+\.\d+ \([^)]+\)
5+
^EXIT=0$
6+
^SIGNAL=0$

0 commit comments

Comments
 (0)