Skip to content

Commit

Permalink
Merge pull request diffblue#1605 from romainbrenguier/bugfix/failed-t…
Browse files Browse the repository at this point in the history
…ests-printer-removed

Use -p option of test.pl instead of printer script
  • Loading branch information
tautschnig authored Nov 24, 2017
2 parents 1821b1a + a6af95d commit 79defb5
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions regression/jbmc-strings/Makefile
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
default: tests.log

test:
@if ! ../test.pl -c ../../../src/jbmc/jbmc ; then \
../failed-tests-printer.pl ; \
exit 1 ; \
fi
@../test.pl -p -c ../../../src/jbmc/jbmc

testfuture:
@if ! ../test.pl -c ../../../src/jbmc/jbmc -CF ; then \
../failed-tests-printer.pl ; \
exit 1 ; \
fi
@../test.pl -p -c ../../../src/jbmc/jbmc -CF

testall:
@if ! ../test.pl -c ../../../src/jbmc/jbmc -CFTK ; then \
../failed-tests-printer.pl ; \
exit 1 ; \
fi
@../test.pl -p -c ../../../src/jbmc/jbmc -CFTK

tests.log: ../test.pl
@if ! ../test.pl -c ../../../src/jbmc/jbmc ; then \
../failed-tests-printer.pl ; \
exit 1 ; \
fi
@../test.pl -p -c ../../../src/jbmc/jbmc

show:
@for dir in *; do \
Expand Down

0 comments on commit 79defb5

Please sign in to comment.