We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84744f commit 37d97f5Copy full SHA for 37d97f5
regression/CMakeLists.txt
@@ -77,6 +77,7 @@ add_subdirectory(k-induction)
77
add_subdirectory(goto-harness)
78
add_subdirectory(goto-harness-multi-file-project)
79
add_subdirectory(goto-cc-file-local)
80
+add_subdirectory(goto-cc-multi-file)
81
add_subdirectory(goto-cc-regression-gh-issue-5380)
82
add_subdirectory(linking-goto-binaries)
83
add_subdirectory(symtab2gb)
regression/Makefile
@@ -50,6 +50,7 @@ DIRS = cbmc-shadow-memory \
50
goto-harness \
51
goto-harness-multi-file-project \
52
goto-cc-file-local \
53
+ goto-cc-multi-file \
54
goto-cc-regression-gh-issue-5380 \
55
linking-goto-binaries \
56
symtab2gb \
0 commit comments