Skip to content

Commit 97ab133

Browse files
Merge pull request #8097 from thomasspriggs/tas/fix_book_examples_run
Name `-paths-lifo` test profiles uniquely
2 parents 6930101 + ba8a132 commit 97ab133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/book-examples/CMakeLists.txt

+1-1
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)