stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=297338991f7ed70fa464f2fc04a0ec4a556d1224

commit 297338991f7ed70fa464f2fc04a0ec4a556d1224
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed Apr 15 11:35:27 2015 +0200

    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.
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 30de680..619f0ed 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

-- 


Reply via email to