Delete test output files when cleaning.

* Makefile.am (CLEANFILES): Include the '.1' and '.2' output files
from the integration tests.
This commit is contained in:
Timothy Sample 2019-05-17 09:57:57 -04:00
parent 7ddcf2a81e
commit 55ba522d38
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ CLEANFILES = \
$(bin_SCRIPTS) \
$(FULL_TESTS:tests/%.sh=tests/%.log) \
$(FULL_TESTS:tests/%.sh=tests/%.trs) \
$(FULL_TESTS:tests/%.sh=tests/%.1) \
$(FULL_TESTS:tests/%.sh=tests/%.2) \
$(UNIT_TESTS:tests/%.scm=tests/%.log) \
$(UNIT_TESTS:tests/%.scm=tests/%.trs)