Skip to content

Commit 39a5631

Browse files
committed
Enabled failed-tests output in cbmc-cpp
1 parent fafe4d9 commit 39a5631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/cbmc-cpp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
default: tests.log
22

33
test:
4-
@../test.pl -c ../../../src/cbmc/cbmc
4+
@../test.pl -p -c ../../../src/cbmc/cbmc
55

66
tests.log: ../test.pl
7-
@../test.pl -c ../../../src/cbmc/cbmc
7+
@../test.pl -p -c ../../../src/cbmc/cbmc
88

99
show:
1010
@for dir in *; do \

0 commit comments

Comments
 (0)