Skip to content

Commit ecd9870

Browse files
committed
Regression tests/CMake: make test labels unique
We already have cbmc-new-smt-backend in regression/cbmc. Having duplicate labels confuses ctest for it won't able able to uniquely identify test sets.
1 parent 4aceefd commit ecd9870

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)