File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ add_test_pl_profile(
30
30
"CORE"
31
31
)
32
32
33
- # If `-I ` (include flag) is passed, test.pl will run only the tests matching the label following it.
33
+ # If `-X ` (exclude flag) is passed, test.pl will exclude the tests matching the label following it.
34
34
add_test_pl_profile(
35
35
"book-examples-new-smt-backend"
36
36
"$<TARGET_FILE:cbmc> --incremental-smt2-solver 'z3 --smt2 -in'"
37
- "${gcc_only_string} -I; new-smt-backend ;-s;new-smt-backend"
37
+ "${gcc_only_string} -X;no- new-smt;-s;new-smt-backend"
38
38
"CORE"
39
39
)
40
40
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ test-paths-lifo:
31
31
32
32
test-new-smt-backend :
33
33
@../test.pl -e -p -c " ../../../src/cbmc/cbmc --incremental-smt2-solver 'z3 --smt2 -in'" \
34
- -I new-smt-backend \
34
+ -X no- new-smt \
35
35
-s new-smt-backend $(GCC_ONLY )
36
36
37
37
tests.log : ../test.pl test
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ if(Z3_EXISTS)
5
5
"$<TARGET_FILE:cbmc>"
6
6
)
7
7
8
- # If `-I ` (include flag) is passed, test.pl will run only the tests matching the label following it.
8
+ # If `-X ` (exclude flag) is passed, test.pl will exclude the tests matching the label following it.
9
9
add_test_pl_profile(
10
10
"cbmc-primitives-new-smt-backend"
11
11
"$<TARGET_FILE:cbmc> --incremental-smt2-solver 'z3 --smt2 -in'"
12
- "-I; new-smt-backend ;-s;new-smt-backend"
12
+ "-X;no- new-smt;-s;new-smt-backend"
13
13
"CORE"
14
14
)
15
15
else ()
Original file line number Diff line number Diff line change 4
4
@../test.pl -e -p -c ../../../src/cbmc/cbmc
5
5
6
6
test.smt2_incr :
7
- @../test.pl -e -p -I new-smt-backend -c " ../../../src/cbmc/cbmc --incremental-smt2-solver 'z3 --smt2 -in' --validate-goto-model --validate-ssa-equation"
7
+ @../test.pl -e -p -X no- new-smt -c " ../../../src/cbmc/cbmc --incremental-smt2-solver 'z3 --smt2 -in' --validate-goto-model --validate-ssa-equation"
8
8
9
9
tests.log : ../test.pl
10
10
@../test.pl -e -p -c ../../../src/cbmc/cbmc
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ add_test_pl_profile(
30
30
"CORE"
31
31
)
32
32
33
- # If `-I ` (include flag) is passed, test.pl will run only the tests matching the label following it.
33
+ # If `-X ` (exclude flag) is passed, test.pl will exclude the tests matching the label following it.
34
34
add_test_pl_profile(
35
35
"cbmc-new-smt-backend"
36
36
"$<TARGET_FILE:cbmc> --incremental-smt2-solver 'z3 --smt2 -in'"
37
- "${gcc_only_string} -I; new-smt-backend ;-s;new-smt-backend"
37
+ "${gcc_only_string} -X;no- new-smt;-s;new-smt-backend"
38
38
"CORE"
39
39
)
40
40
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ test-paths-lifo:
31
31
32
32
test-new-smt-backend :
33
33
@../test.pl -e -p -c " ../../../src/cbmc/cbmc --incremental-smt2-solver 'z3 --smt2 -in'" \
34
- -I new-smt-backend \
34
+ -X no- new-smt \
35
35
-s new-smt-backend $(GCC_ONLY )
36
36
37
37
tests.log : ../test.pl test
You can’t perform that action at this time.
0 commit comments