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-13 13:10:06 -0500
commitd56d4d5f441af0fb259d70662275ca69c1b84b87 (patch)
tree51e06e89a6162ab5156ae0283ea257c90095f97d
parentf2aa64f18a44ad6343a3da42288a604fad8579f4 (diff)
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 05d5d00..7d6b6e0 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 = \