Skip to content

Commit

Permalink
add clean commands
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Dec 11, 2018
1 parent 2a8bc91 commit 64f9a2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/GNUmakefile
Expand Up @@ -169,6 +169,14 @@ ifdef USE_COVERAGE
$(RM) *.xml *.gcov *.gcno *.gcda coverage.info
endif

clean-xml :
$(RM) *.xml

clean-cov :
$(RM) *.xml *.gcov *.gcno *.gcda coverage.info

clean-all : clean clean-xml clean-cov

check : test
run : test
test : $(BUILD_ONLY) $(RUNNER)
Expand Down

0 comments on commit 64f9a2e

Please sign in to comment.