diff --git a/regression/jbmc-strings/Makefile b/regression/jbmc-strings/Makefile index e45465e6130..58058dbc77a 100644 --- a/regression/jbmc-strings/Makefile +++ b/regression/jbmc-strings/Makefile @@ -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 \