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:
Diffstat (limited to 'mcs/class/System.Web.Services/Test/standalone/Makefile')
-rw-r--r--mcs/class/System.Web.Services/Test/standalone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Web.Services/Test/standalone/Makefile b/mcs/class/System.Web.Services/Test/standalone/Makefile
index 40a8f3bc667..63b5c87579d 100644
--- a/mcs/class/System.Web.Services/Test/standalone/Makefile
+++ b/mcs/class/System.Web.Services/Test/standalone/Makefile
@@ -1,5 +1,5 @@
MCS=mcs -g
-MONO=MONO_PATH=../../../lib/default mono
+MONO=MONO_PATH=../../../lib/net_1_1 mono
sourcefile = proxies.sources
tools: wstest.exe
@@ -71,7 +71,7 @@ test-clients: tests
rm -f somefile && touch somefile
(tail -f somefile | xsp --root server)&
sleep 2
- -harness=../../../lib/default/nunit-console.exe; \
+ -harness=../../../lib/net_1_1/nunit-console.exe; \
if test -f $$harness; then :; else harness=../../../lib/nunit-console.exe; fi; \
$(MONO) $$harness System.Web.Services-standalone_test.dll
echo "" >> somefile