Skip to content

Commit ba8a132

Browse files
committed
Name -paths-lifo test profiles uniquely
The test profile name `cbmc-paths-lifo` in `book-examples` had already been used in the `regression/cbmc`. This commit gives the profile a unique name so that the test suite functions correctly.
1 parent 6930101 commit ba8a132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/book-examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ add_test_pl_tests(
1717
)
1818

1919
add_test_pl_profile(
20-
"cbmc-paths-lifo"
20+
"book-examples-paths-lifo"
2121
"$<TARGET_FILE:cbmc> --paths lifo"
2222
"-C;-X;thorough-paths;-X;smt-backend;-X;paths-lifo-expected-failure;${gcc_only_string}-s;paths-lifo;${exclude_win_broken_tests_string}"
2323
"CORE"

0 commit comments

Comments
 (0)