Skip to content

Commit

Permalink
Enabled failed-tests output in cbmc-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 13, 2018
1 parent fafe4d9 commit 39a5631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/cbmc-cpp/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
default: tests.log

test:
@../test.pl -c ../../../src/cbmc/cbmc
@../test.pl -p -c ../../../src/cbmc/cbmc

tests.log: ../test.pl
@../test.pl -c ../../../src/cbmc/cbmc
@../test.pl -p -c ../../../src/cbmc/cbmc

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

0 comments on commit 39a5631

Please sign in to comment.