summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/twisted/tools/Makefile.am5
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0677b8f..af9cb85 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,3 +3,5 @@ SUBDIRS = .
if WANT_TWISTED_TESTS
SUBDIRS += twisted
endif
+
+CLEANFILES = haze-testing.log
diff --git a/tests/twisted/tools/Makefile.am b/tests/twisted/tools/Makefile.am
index bde35e8..a8b34c1 100644
--- a/tests/twisted/tools/Makefile.am
+++ b/tests/twisted/tools/Makefile.am
@@ -24,3 +24,8 @@ EXTRA_DIST = \
exec-with-log.sh \
with-session-bus.sh \
$(NULL)
+
+CLEANFILES = \
+ $(BUILT_SOURCES) \
+ haze-testing.log \
+ $(NULL)