Skip to content

Commit 0e1cab5

Browse files
committed
Add the capacity to run specific tests against the new smt backend to the Makefile.
This brings our `make` support in sync with `CMake`, which already supports this.
1 parent 1004155 commit 0e1cab5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

regression/cbmc/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ test-paths-lifo:
2929
-X thorough-paths -X smt-backend -X paths-lifo-expected-failure \
3030
-s paths-lifo $(GCC_ONLY)
3131

32+
test-new-smt-backend:
33+
@../test.pl -e -p -c "../../../src/cbmc/cbmc --incremental-smt2-solver 'z3 --smt2 -in' --slice-formula" \
34+
-I new-smt-backend \
35+
-s new-smt-backend $(GCC_ONLY)
36+
3237
tests.log: ../test.pl test
3338

3439
clean:

0 commit comments

Comments
 (0)