From 55ba522d381200ae843d744fa23f7907f1a609d7 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Fri, 17 May 2019 09:57:57 -0400 Subject: [PATCH] Delete test output files when cleaning. * Makefile.am (CLEANFILES): Include the '.1' and '.2' output files from the integration tests. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9e7a40b..96235a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)