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)
25
25
# listed with decreasing runtimes (i.e. longest running at the top)
26
26
add_subdirectory (cbmc )
27
27
add_subdirectory (cbmc-library )
28
- add_subdirectory (goto-analyzer )
29
28
add_subdirectory (cprover )
29
+ if (NOT WIN32 )
30
+ add_subdirectory (crangler )
31
+ endif ()
32
+ add_subdirectory (goto-analyzer )
30
33
add_subdirectory (ansi-c )
31
34
add_subdirectory (goto-instrument )
32
35
add_subdirectory (cpp )
@@ -80,15 +83,10 @@ add_subdirectory(cbmc-primitives)
80
83
add_subdirectory (goto-interpreter )
81
84
add_subdirectory (cbmc-sequentialization )
82
85
add_subdirectory (cpp-linter )
86
+ add_subdirectory (catch-framework )
83
87
84
88
if (WITH_MEMORY_ANALYZER )
85
89
add_subdirectory (snapshot-harness )
86
90
add_subdirectory (memory-analyzer )
87
91
add_subdirectory (extract_type_header )
88
92
endif ()
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 \
14
14
cbmc-incr-oneloop \
15
15
cbmc-incr-smt2 \
16
16
cbmc-incr \
17
+ cbmc-output-file \
17
18
cbmc-with-incr \
18
19
array-refinement-with-incr \
19
20
goto-instrument-chc \
You can’t perform that action at this time.
0 commit comments