Skip to content

Commit d65726c

Browse files
Sort regression/Makefile
Generally we try to keep lists like this sorted.
1 parent c79f93f commit d65726c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

regression/Makefile

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
# For the best possible utilisation of multiple cores when
22
# running tests in parallel, it is important that these directories are
33
# 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 \
106
cbmc-concurrency \
117
cbmc-cover \
8+
cbmc-cpp \
129
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 \
2014
goto-analyzer-taint \
21-
goto-gcc \
22-
goto-harness \
23-
goto-cl \
2415
goto-cc-cbmc \
25-
cbmc-cpp \
26-
goto-cc-goto-analyzer \
27-
statement-list \
28-
systemc \
29-
contracts \
3016
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 \
3126
linking-goto-binaries \
32-
symtab2gb \
27+
smt2_solver \
28+
smt2_strings \
3329
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
3636

3737
ifeq ($(OS),Windows_NT)
3838
detected_OS := Windows

0 commit comments

Comments
 (0)