File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ src/cpp/cprover_library.inc
56
56
# regression/test files
57
57
* .out
58
58
regression /** /tests.log
59
+ regression /** /tests- * .log
60
+ regression /** /* .goto-cc-saved
59
61
regression /** /* .gb
60
62
regression /** /* .smt2
61
63
jbmc /regression /** /tests.log
Original file line number Diff line number Diff line change 31
31
clean :
32
32
find -name ' *.out' -execdir $(RM ) ' {}' \;
33
33
find -name ' *.gb' -execdir $(RM ) ' {}' \;
34
- $(RM ) tests.log
34
+ $(RM ) tests.log tests-c++-front-end.log
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ GOTO_GCC_EXE=../../../src/goto-cc/goto-gcc
4
4
MEMORY_ANALYZER_EXE =../../../src/memory-analyzer/memory-analyzer
5
5
6
6
clean :
7
+ find -name ' *.gb' -execdir $(RM ) ' {}' \;
7
8
find -name ' *.exe' -execdir $(RM ) ' {}' \;
8
9
find -name ' *.out' -execdir $(RM ) ' {}' \;
9
10
$(RM ) tests.log
You can’t perform that action at this time.
0 commit comments