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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-25 18:35:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-25 18:47:29 +0300
commit3a71f84ccaff737b051dfe0d4ee164f758f7502d (patch)
treef3e3170ac60d5b23cacff96ef3d8a613c05a9f7a /mcs/class/System.XML/Test
parent4028c58a4c6ac61c3608c2d285aa8d0a278d9fe1 (diff)
[build] Fix a few Makefiles to correctly use net_4_x instead of net_4_5
Diffstat (limited to 'mcs/class/System.XML/Test')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Schema/standalone_tests/Makefile2
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile4
-rw-r--r--mcs/class/System.XML/Test/System.Xml/W3C/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Schema/standalone_tests/Makefile b/mcs/class/System.XML/Test/System.Xml.Schema/standalone_tests/Makefile
index baeb9d50492..9c973ed2f4c 100644
--- a/mcs/class/System.XML/Test/System.Xml.Schema/standalone_tests/Makefile
+++ b/mcs/class/System.XML/Test/System.Xml.Schema/standalone_tests/Makefile
@@ -1,4 +1,4 @@
-PROFILE = net_4_5
+PROFILE = net_4_x
RUNTIME = MONO_PATH=../../../../lib/$(PROFILE) mono --debug
MCS = mcs
TESTS = xsd-test-suite/suntest/SunTestsAll/xsiType1.xsd
diff --git a/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile b/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile
index b0ebe6bbce1..7e47f834034 100644
--- a/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile
+++ b/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/Makefile
@@ -12,8 +12,8 @@
RUNTIME = mono
-nunit_MONO_PATH="../../../../../class/lib/net_4_5"
-CSCOMPILE=MONO_PATH=../../../../../class/lib/net_4_5 ../../../../../../runtime/mono-wrapper ../../../../../class/lib/build/mcs.exe
+nunit_MONO_PATH="../../../../../class/lib/net_4_x"
+CSCOMPILE=MONO_PATH=../../../../../class/lib/net_4_x ../../../../../../runtime/mono-wrapper ../../../../../class/lib/build/mcs.exe
TEST_ARCHIVE = xslt-testsuite-03.ZIP
CATALOG = testsuite/TESTS/catalog.xml
diff --git a/mcs/class/System.XML/Test/System.Xml/W3C/Makefile b/mcs/class/System.XML/Test/System.Xml/W3C/Makefile
index 89174f2a72a..455661d7a54 100644
--- a/mcs/class/System.XML/Test/System.Xml/W3C/Makefile
+++ b/mcs/class/System.XML/Test/System.Xml/W3C/Makefile
@@ -3,7 +3,7 @@
RUNTIME=mono
XMLCONF_OPTIONS=
-nunit_MONO_PATH="../../../../../class/lib/net_4_5"
+nunit_MONO_PATH="../../../../../class/lib/net_4_x"
CSCOMPILE=mcs
REFERENCES=-d:NUNIT_SUPPORT -r:nunit.core -r:nunit.framework