[longomatch] Change visibility of some commands in the jabber rules



commit 94bc426a9f212adbd19b284abeaad4faef3b9364
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Mar 10 22:15:13 2015 +0100

    Change visibility of some commands in the jabber rules

 Tests/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Tests/Makefile.am b/Tests/Makefile.am
index f8ebf6a..089a2d9 100644
--- a/Tests/Makefile.am
+++ b/Tests/Makefile.am
@@ -50,14 +50,14 @@ check:
 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
+       @cp $(NUNIT_FRAMEWORK_DLL) `dirname $(ASSEMBLY_FILE)`
+       BABOON_CFG=$(ASSEMBLY).dll.covcfg $(COVEM) $(NUNIT_CONSOLE_EXE) $(ASSEMBLY_FILE) || true
 
 print-coverage:
        @python print_coverage.py $(ASSEMBLY).dll.covcfg.covreport
 
 render-coverage:
-       @cov-html $(ASSEMBLY).dll.covcfg.covdb longomatch
+       cov-html $(ASSEMBLY).dll.covcfg.covdb longomatch
 
 show-coverage:
        $(COV_GTK) $(ASSEMBLY).dll.covcfg.covdb


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