Skip to content

Commit dfe252f

Browse files
authored
Merge pull request #6181 from martin-cs/fix/tag-z3-regression-tests
Add the smt-backend tags to tests that use --z3
2 parents 005d475 + 7486222 commit dfe252f

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)