Skip to content

Commit 6e302b4

Browse files
authored
Merge pull request #681 from pq-code-package/cbmc_results
Modify the CBMC Makefile "result" target to actually display proof results.
2 parents e219d47 + 9ed3e3c commit 6e302b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proofs/cbmc/Makefile.common

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,9 @@ result:
953953
$(MAKE) -B _result
954954
@ echo Running 'litani build'
955955
$(LITANI) run-build
956+
tail -4 $(LOGDIR)/result.txt
957+
-grep FAILURE $(LOGDIR)/result.txt
958+
956959

957960
_property: $(LOGDIR)/property.xml
958961
property:

0 commit comments

Comments
 (0)