git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@6379 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
This commit is contained in:
kroening 2016-02-17 17:09:07 +00:00
parent 882d6f5f92
commit e0c50860cb
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
default: tests.log
test:
if ! ../test.pl -c ../../../src/goto-cc/goto-cc ; then \
@if ! ../test.pl -c ../../../src/goto-cc/goto-cc ; then \
../failed-tests-printer.pl ; \
exit 1 ; \
fi
tests.log: ../test.pl
if ! ../test.pl -c ../../../src/goto-cc/goto-cc ; then \
@if ! ../test.pl -c ../../../src/goto-cc/goto-cc ; then \
../failed-tests-printer.pl ; \
exit 1 ; \
fi