diff options
author | Andrew Azores <[email protected]> | 2013-09-25 16:32:44 -0400 |
---|---|---|
committer | Andrew Azores <[email protected]> | 2013-09-25 16:32:44 -0400 |
commit | 22c0eae35d290f25bfd69b937c09c10b6f961db7 (patch) | |
tree | 55e4a6e125079fc406a8abcf845a24f288a7e946 /Makefile.am | |
parent | 19e74fe5dacd03e0cb5582f840e15262e39fe24f (diff) |
Clean up summary_unit.txt and summary_reproducers.txt for "make clean"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b0a19a0..270ce8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1449,6 +1449,8 @@ clean-netx-unit-tests: clean_tests_reports clean_tests_reports: rm -rf $(TESTS_DIR)/$(REPORT_STYLES_DIRNAME)/ rm -f $(TESTS_DIR)/*.html + rm -f $(TESTS_DIR)/summary_unit.txt + rm -f $(TESTS_DIR)/summary_reproducers.txt clean-$(SOFTKILLER): rm -f $(TESTS_DIR)/softkiller |