File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ add_subdirectory(k-induction)
77
77
add_subdirectory (goto-harness )
78
78
add_subdirectory (goto-harness-multi-file-project )
79
79
add_subdirectory (goto-cc-file-local )
80
+ add_subdirectory (goto-cc-multi-file )
80
81
add_subdirectory (goto-cc-regression-gh-issue-5380 )
81
82
add_subdirectory (linking-goto-binaries )
82
83
add_subdirectory (symtab2gb )
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ DIRS = cbmc-shadow-memory \
50
50
goto-harness \
51
51
goto-harness-multi-file-project \
52
52
goto-cc-file-local \
53
+ goto-cc-multi-file \
53
54
goto-cc-regression-gh-issue-5380 \
54
55
linking-goto-binaries \
55
56
symtab2gb \
Original file line number Diff line number Diff line change
1
+ if (WIN32 )
2
+ set (is_windows true )
3
+ else ()
4
+ set (is_windows false )
5
+ endif ()
6
+
7
+ add_test_pl_tests (
8
+ "${CMAKE_CURRENT_SOURCE_DIR} /chain.sh $<TARGET_FILE:goto-cc> $<TARGET_FILE:cbmc> ${is_windows} "
9
+ )
You can’t perform that action at this time.
0 commit comments