File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,11 @@ endmacro(add_test_pl_tests)
2525# listed with decreasing runtimes (i.e. longest running at the top)
2626add_subdirectory (cbmc)
2727add_subdirectory (cbmc-library)
28- add_subdirectory (goto-analyzer)
2928add_subdirectory (cprover)
29+ if (NOT WIN32 )
30+ add_subdirectory (crangler)
31+ endif ()
32+ add_subdirectory (goto-analyzer)
3033add_subdirectory (ansi-c)
3134add_subdirectory (goto-instrument)
3235add_subdirectory (cpp)
@@ -80,15 +83,10 @@ add_subdirectory(cbmc-primitives)
8083add_subdirectory (goto-interpreter)
8184add_subdirectory (cbmc-sequentialization)
8285add_subdirectory (cpp-linter)
86+ add_subdirectory (catch-framework )
8387
8488if (WITH_MEMORY_ANALYZER)
8589 add_subdirectory (snapshot-harness)
8690 add_subdirectory (memory-analyzer)
8791 add_subdirectory (extract_type_header)
8892endif ()
89-
90- if (NOT WIN32 )
91- add_subdirectory (crangler)
92- endif ()
93-
94- add_subdirectory (catch-framework )
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ DIRS = cbmc \
1414 cbmc-incr-oneloop \
1515 cbmc-incr-smt2 \
1616 cbmc-incr \
17+ cbmc-output-file \
1718 cbmc-with-incr \
1819 array-refinement-with-incr \
1920 goto-instrument-chc \
You can’t perform that action at this time.
0 commit comments