Skip to content

Commit 3f4fdc1

Browse files
Merge pull request #7433 from thomasspriggs/tas/regression_test_label_fix
Regression tests/CMake: make SMT test labels unique
2 parents c1d8eb2 + ecd9870 commit 3f4fdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/cbmc-primitives/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(Z3_EXISTS)
77

88
# If `-I` (include flag) is passed, test.pl will run only the tests matching the label following it.
99
add_test_pl_profile(
10-
"cbmc-new-smt-backend"
10+
"cbmc-primitives-new-smt-backend"
1111
"$<TARGET_FILE:cbmc> --incremental-smt2-solver 'z3 --smt2 -in' --slice-formula"
1212
"-I;new-smt-backend;-s;new-smt-backend"
1313
"CORE"

0 commit comments

Comments
 (0)