Skip to content

Commit 80112d8

Browse files
committed
Make CMake regression test set match the Makefile one
smt2_solver was missing.
1 parent 1bd942f commit 80112d8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

regression/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ add_subdirectory(goto-instrument)
3030
add_subdirectory(cpp)
3131
add_subdirectory(cbmc-cover)
3232
add_subdirectory(goto-instrument-typedef)
33+
add_subdirectory(smt2_solver)
3334
add_subdirectory(strings)
3435
add_subdirectory(invariants)
3536
add_subdirectory(goto-diff)

regression/smt2_solver/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
add_test_pl_tests(
2+
"$<TARGET_FILE:smt2_solver>"
3+
)

0 commit comments

Comments
 (0)