summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Paalanen <ppaalanen@gmail.com>2012-12-13 10:01:25 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-12-14 16:13:31 -0500
commit7fa807a61bf05dd13c6d65fa0cd6d2a896e55622 (patch)
treeef122fd227180bbea46586caaf43d0f24f4847ab
parentf540c5d2cdf0ddac393db193191e98c2d743a108 (diff)
downloadweston-7fa807a61bf05dd13c6d65fa0cd6d2a896e55622.tar.gz
tests: remove test logs on 'make clean'
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 293633c2..c93d100b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,6 +12,9 @@ weston_tests = \
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/weston-tests-env
+clean-local:
+ -rm -rf logs
+
export abs_builddir
noinst_LTLIBRARIES = \