Skip to content

Commit 7486222

Browse files
author
martin
committed
Add the smt-backend tags to tests that use --z3
This means that the core tests will run cleanly without z3 on the path.
1 parent f847fcd commit 7486222

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

regression/cbmc/struct15/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
CORE smt-backend
22
main.c
33
--trace --z3
44
^EXIT=0$

regression/cbmc/z3/invalid.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
CORE smt-backend
22
invalid.c
33
--trace --smt2 --z3
44
^EXIT=10$

regression/cbmc/z3/valid.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
CORE smt-backend
22
valid.c
33
--trace --smt2 --z3
44
^EXIT=0$

0 commit comments

Comments
 (0)