[longomatch] Fix makefiles for coverage



commit 5f3601d8335dcc2afbacc272de4abaf582e47f77
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Mar 10 12:32:41 2015 +0100

    Fix makefiles for coverage

 Tests/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Tests/Makefile.am b/Tests/Makefile.am
index 109c6b7..f8ebf6a 100644
--- a/Tests/Makefile.am
+++ b/Tests/Makefile.am
@@ -46,12 +46,12 @@ if ENABLE_TESTS
 check:
        cp $(NUNIT_FRAMEWORK_DLL) `dirname $(ASSEMBLY_FILE)`
        $(MONO) $(NUNIT_CONSOLE_EXE) $(ASSEMBLY_FILE)
+
 if HAVE_COVEM
 do-coverage:
        @rm -rf $(ASSEMBLY).dll.covcfg.*
        cp $(NUNIT_FRAMEWORK_DLL) `dirname $(ASSEMBLY_FILE)`
        @BABOON_CFG=$(ASSEMBLY).dll.covcfg $(COVEM) $(NUNIT_CONSOLE_EXE) $(ASSEMBLY_FILE) || true
-       @python print_coverage.py $(ASSEMBLY).dll.covcfg.covreport
 
 print-coverage:
        @python print_coverage.py $(ASSEMBLY).dll.covcfg.covreport
@@ -63,10 +63,10 @@ show-coverage:
        $(COV_GTK) $(ASSEMBLY).dll.covcfg.covdb
 
 coverage:do-coverage print-coverage
-
 endif
 endif
 
 CLEANFILES += \
-       Tests.dll.covcfg.*
+       Tests.dll.covcfg.* \
        TestsResult.xml
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]