summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2015-04-15 11:35:27 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2015-04-15 11:45:24 +0200
commit297338991f7ed70fa464f2fc04a0ec4a556d1224 (patch)
treeb2738a431966f7f82c4d6bac388d73e20f93f705 /Makefile.am
parent0636d550aa6cac42e31eae3af8891029971237f9 (diff)
downloadelementary-297338991f7ed70fa464f2fc04a0ec4a556d1224.tar.gz
build: Make sure we remove check-results.xml during cleanup
This file gets created durign a make check run. We need to remove it manually as it is not tracked otherwise.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 30de680d1..619f0ed4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -152,4 +152,7 @@ endif
if ELEMENTARY_ENABLE_COVERAGE
@$(MAKE) $(AM_MAKEFLAGS) lcov-report
endif
+
+clean-local:
+ rm src/tests/check-results.xml
endif