[svn] r6280: nemerle/trunk/configure

nazgul svnadmin at nemerle.org
Sun May 14 20:46:12 CEST 2006


Log:
Set up reflected path for nunit in configure

Author: nazgul
Date: Sun May 14 20:46:00 2006
New Revision: 6280

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Sun May 14 20:46:00 2006
@@ -761,7 +761,8 @@
   if pkgconfig --exists mono-nunit 2>/dev/null; then
     nunit_lib="-pkg:mono-nunit.pc"
   else
-    nunit_lib="-r:nunit.core.dll"
+    np=`which nunit-console | sed 's/\(.*\)nunit-conso.*/\1nunit.framework.dll/'`; np=`cygpath -w "$np"`; echo $np;
+    nunit_lib="-r:\"$np\""
   fi
 else
   echo_result "not found, some tests will be disabled"



More information about the svn mailing list