File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 11default : tests.log
22
33test :
4- @if ! ../test.pl -c ../../../src/jbmc/jbmc ; then \
5- ../failed-tests-printer.pl ; \
6- exit 1 ; \
7- fi
4+ @../test.pl -p -c ../../../src/jbmc/jbmc
85
96testfuture :
10- @if ! ../test.pl -c ../../../src/jbmc/jbmc -CF ; then \
11- ../failed-tests-printer.pl ; \
12- exit 1 ; \
13- fi
7+ @../test.pl -p -c ../../../src/jbmc/jbmc -CF
148
159testall :
16- @if ! ../test.pl -c ../../../src/jbmc/jbmc -CFTK ; then \
17- ../failed-tests-printer.pl ; \
18- exit 1 ; \
19- fi
10+ @../test.pl -p -c ../../../src/jbmc/jbmc -CFTK
2011
2112tests.log : ../test.pl
22- @if ! ../test.pl -c ../../../src/jbmc/jbmc ; then \
23- ../failed-tests-printer.pl ; \
24- exit 1 ; \
25- fi
13+ @../test.pl -p -c ../../../src/jbmc/jbmc
2614
2715show :
2816 @for dir in * ; do \
You can’t perform that action at this time.
0 commit comments