File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
# For the best possible utilisation of multiple cores when
2
2
# running tests in parallel, it is important that these directories are
3
3
# listed with decreasing runtimes (i.e. longest running at the top)
4
- DIRS = cbmc \
5
- cbmc-library \
6
- goto-analyzer \
7
- ansi-c \
8
- goto-instrument \
9
- cpp \
4
+ DIRS = ansi-c \
5
+ cbmc \
10
6
cbmc-concurrency \
11
7
cbmc-cover \
8
+ cbmc-cpp \
12
9
cbmc-incr-oneloop \
13
- goto-instrument-typedef \
14
- smt2_solver \
15
- smt2_strings \
16
- strings \
17
- invariants \
18
- goto-diff \
19
- test-script \
10
+ cbmc-library \
11
+ contracts \
12
+ cpp \
13
+ goto-analyzer \
20
14
goto-analyzer-taint \
21
- goto-gcc \
22
- goto-harness \
23
- goto-cl \
24
15
goto-cc-cbmc \
25
- cbmc-cpp \
26
- goto-cc-goto-analyzer \
27
- statement-list \
28
- systemc \
29
- contracts \
30
16
goto-cc-file-local \
17
+ goto-cc-goto-analyzer \
18
+ goto-cl \
19
+ goto-diff \
20
+ goto-gcc \
21
+ goto-harness \
22
+ goto-instrument \
23
+ goto-instrument-typedef \
24
+ goto-ld \
25
+ invariants \
31
26
linking-goto-binaries \
32
- symtab2gb \
27
+ smt2_solver \
28
+ smt2_strings \
33
29
solver-hardness \
34
- goto-ld \
35
- # Empty last line
30
+ statement-list \
31
+ strings \
32
+ symtab2gb \
33
+ systemc \
34
+ test-script \
35
+ # Empty last line
36
36
37
37
ifeq ($(OS ) ,Windows_NT)
38
38
detected_OS := Windows
You can’t perform that action at this time.
0 commit comments