File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
regression/symex-shortest-path Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
default : tests.log
2
2
3
3
test :
4
- @../test.pl -c " ../../../src/symex/symex --shortest-path"
5
- @../test.pl -c " ../../../src/symex/symex --shortest-path --randomize"
4
+ @if ! ../../lib/cbmc/regression/test.pl -c " ../../../src/symex/symex --shortest-path" ; then \
5
+ ../../lib/cbmc/regression/failed-tests-printer.pl ; \
6
+ exit 1 ; \
7
+ fi
8
+
9
+ @if ! ../../lib/cbmc/regression/test.pl -c "../../../src/symex/symex --shortest-path --randomize" ; then \
10
+ ../../lib/cbmc/regression/failed-tests-printer.pl ; \
11
+ exit 1 ; \
12
+ fi
6
13
7
14
tests.log : ../test.pl
8
- @../test.pl -c " ../../../src/symex/symex --shortest-path"
9
- @../test.pl -c " ../../../src/symex/symex --shortest-path --randomize"
15
+ @if ! ../../lib/cbmc/regression/test.pl -c " ../../../src/symex/symex --shortest-path" ; then \
16
+ ../../lib/cbmc/regression/failed-tests-printer.pl ; \
17
+ exit 1 ; \
18
+ fi
10
19
20
+ @if ! ../../lib/cbmc/regression/test.pl -c ../../../src/symex/symex "--shortest-path --randomize" ; then \
21
+ ../../lib/cbmc/regression/failed-tests-printer.pl ; \
22
+ exit 1 ; \
23
+ fi
11
24
12
25
show :
13
26
@for dir in * ; do \
You can’t perform that action at this time.
0 commit comments