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
diff options
context:
space:
mode:
authorPeter Williams <peterw@mono-cvs.ximian.com>2003-07-21 01:19:04 +0400
committerPeter Williams <peterw@mono-cvs.ximian.com>2003-07-21 01:19:04 +0400
commit1878b3ed9ba0551023a1dfda3432157f77b2828b (patch)
tree18796ef2a91b0306bece7ed09c2105cc822cfeca /mcs/build/config-default.make
parent0c4baf268cafc49f76ccde8aa96d6dfdd047bae2 (diff)
2003-07-20 Peter Williams <peter@newton.cx>
* nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe in $(topdir)/class/lib so we can find our DLL's. build: 2003-07-20 Peter Williams <peter@newton.cx> * config-default.make (TEST_RUNTIME): Use the platform runtime to run tests, by default. * profiles/default.make (TEST_RUNTIME): If our test runtime is mono, use the --debug flag. * executable.make (sourcefile): Add a basename so that we can find the nunit sources and so we behave a bit more like library.make * config-default.make (TEST_HARNESS): Find nunit-console in its new home. svn path=/trunk/mcs/; revision=16456
Diffstat (limited to 'mcs/build/config-default.make')
-rw-r--r--mcs/build/config-default.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make
index 960102835c0..02914efa75f 100644
--- a/mcs/build/config-default.make
+++ b/mcs/build/config-default.make
@@ -7,14 +7,14 @@
# there.
RUNTIME_FLAGS =
-TEST_HARNESS = $(topdir)/nunit20/nunit-console/nunit-console.exe
+TEST_HARNESS = $(topdir)/class/lib/nunit-console.exe
MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS) /nowarn:1595 /nowarn:0169 \
/nowarn:0109 /nowarn:0067 /nowarn:0649 /nowarn:0679
LIBRARY_FLAGS = /noconfig
CFLAGS = -g -O2
INSTALL = /usr/bin/install
RUNTIME = mono $(RUNTIME_FLAGS)
-TEST_RUNTIME=MONO_PATH="$(topdir)/class/lib:.:$$MONO_PATH" $(RUNTIME) --debug
+TEST_RUNTIME=$(PLATFORM_RUNTIME)
prefix = /usr/local
# In case you want to add MCS_FLAGS, this lets you not have to