summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-05-22 18:38:13 -0700
committerPhilip Chimento <philip@endlessm.com>2015-05-22 18:38:13 -0700
commit05764b6ab142c7548dc87174e935a161a66cebb9 (patch)
tree42b2b28b84615f94b5b1e3ca62328bb61f255c60 /test
parent28e3a4a1172925dedad17be71d264d962cc5d9ea (diff)
Clean stderr.log
The run-with-dbus script can produce stderr.log, so we should clean it out during 'make clean'. [endlessm/eos-sdk#291]
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am.inc b/test/Makefile.am.inc
index d8ed95c..842e8e8 100644
--- a/test/Makefile.am.inc
+++ b/test/Makefile.am.inc
@@ -75,6 +75,7 @@ EXTRA_DIST += \
test/run-with-dbus \
test/test-bus.conf \
$(NULL)
+CLEANFILES += stderr.log
# Use locally built versions of Endless-0.gir and libraries; this may need to be
# changed to AM_TESTS_ENVIRONMENT in a future version of Automake