summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 11:24:36 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 11:24:36 +0100
commit9e4672c115e56794192ba80c8f601a21859eba63 (patch)
treec48b1bbf1986ffa7bcf3c677741784159511c032
parent0f6725aa23a46903d69821f824d315b82f956f9d (diff)
downloadtelepathy-haze-9e4672c115e56794192ba80c8f601a21859eba63.tar.gz
Clean up test filestelepathy-haze-0.7.1
-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)