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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/build
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2009-06-01 22:21:22 +0400
committerMarek Habersack <grendel@twistedcode.net>2009-06-01 22:21:22 +0400
commita38b9350f1712406f54ae89ad05b0416888bbf91 (patch)
treea8bfc14417bd2e6bd2bcf520f824024a3a35595f /mcs/build
parent812752d82aa065446f58eb171912e10bb17130ff (diff)
Added nunit.mocks.dll to the set of NUnit libraries used by test targets
svn path=/trunk/mcs/; revision=135131
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/tests.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/tests.make b/mcs/build/tests.make
index 866d07d3b61..0c5cd1338ea 100644
--- a/mcs/build/tests.make
+++ b/mcs/build/tests.make
@@ -16,7 +16,7 @@ endif
## Unit test support
ifndef NO_TEST
-test_nunit_lib = nunit.framework.dll nunit.core.dll nunit.util.dll
+test_nunit_lib = nunit.framework.dll nunit.core.dll nunit.util.dll nunit.mocks.dll
test_nunit_dep = $(test_nunit_lib:%=$(topdir)/class/lib/$(PROFILE)/%)
test_nunit_ref = $(test_nunit_dep:%=-r:%)
tests_CLEAN_FILES += TestResult*.xml