[longomatch] Don't use the nunit-console wrapper script



commit cfc1923a49ef4afa8e6c51eef0bcaaf34767640b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Mar 6 15:10:34 2015 +0100

    Don't use the nunit-console wrapper script

 Tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tests/Makefile.am b/Tests/Makefile.am
index c815a59..7caf784 100644
--- a/Tests/Makefile.am
+++ b/Tests/Makefile.am
@@ -44,7 +44,7 @@ include $(top_srcdir)/build/build.mk
 
 if ENABLE_TESTS
 check:
-       $(NUNIT_CONSOLE) $(ASSEMBLY_FILE)
+       $(MONO) $(NUNIT_CONSOLE_EXE) $(ASSEMBLY_FILE)
 if HAVE_COVEM
 coverage:
        @rm -rf Tests.dll.covcfg.*


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