We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1821b1a + a6af95d commit 79defb5Copy full SHA for 79defb5
regression/jbmc-strings/Makefile
@@ -1,28 +1,16 @@
1
default: tests.log
2
3
test:
4
- @if ! ../test.pl -c ../../../src/jbmc/jbmc ; then \
5
- ../failed-tests-printer.pl ; \
6
- exit 1 ; \
7
- fi
+ @../test.pl -p -c ../../../src/jbmc/jbmc
8
9
testfuture:
10
- @if ! ../test.pl -c ../../../src/jbmc/jbmc -CF ; then \
11
12
13
+ @../test.pl -p -c ../../../src/jbmc/jbmc -CF
14
15
testall:
16
- @if ! ../test.pl -c ../../../src/jbmc/jbmc -CFTK ; then \
17
18
19
+ @../test.pl -p -c ../../../src/jbmc/jbmc -CFTK
20
21
tests.log: ../test.pl
22
23
24
25
26
27
show:
28
@for dir in *; do \
0 commit comments