Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@linux-8tsd.site>2011-08-09 02:49:19 +0400
committerLluis Sanchez <lluis@xamarin.com>2011-08-09 03:24:50 +0400
commited88e9939cc9105881c304e72ad5e6885edc8b89 (patch)
tree50224fe8dd4bd2e279b18aa647bd3fc7bdcb25bd /Test
parent81529768b12dcc0faec0f6f740654afe5d013187 (diff)
Use NUnit from mono 2.0 profile
Diffstat (limited to 'Test')
-rw-r--r--Test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/Makefile.am b/Test/Makefile.am
index e4fd22a..c2940e4 100644
--- a/Test/Makefile.am
+++ b/Test/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = UnitTests CommandExtension FileContentExtension HelloWorldExtension SystemInfoExtension FileExtender
-NUNIT_CONSOLE = `pkg-config --variable=libdir mono-nunit`/mono/1.0/nunit-console.exe
+NUNIT_CONSOLE = `pkg-config --variable=libdir mono-nunit`/mono/2.0/nunit-console.exe
test: all
- mono --debug $(NUNIT_CONSOLE) UnitTests/bin/Debug/UnitTests.dll \ No newline at end of file
+ mono --debug $(NUNIT_CONSOLE) UnitTests/bin/Debug/UnitTests.dll