From d56d4d5f441af0fb259d70662275ca69c1b84b87 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 13 Dec 2012 10:01:25 +0200 Subject: [PATCH] tests: remove test logs on 'make clean' Signed-off-by: Pekka Paalanen --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 05d5d00f..7d6b6e04 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 = \