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 'sdks/ios/Makefile')
-rw-r--r--sdks/ios/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdks/ios/Makefile b/sdks/ios/Makefile
index 79988045170..378e0e0f5f6 100644
--- a/sdks/ios/Makefile
+++ b/sdks/ios/Makefile
@@ -24,6 +24,7 @@ TEST_SUITES = \
System.Json \
System.ComponentModel.DataAnnotations \
System.Security \
+ System.Xml \
System.Xml.Linq \
System.ServiceModel.Web \
Mono.Data.Tds \
@@ -33,7 +34,6 @@ TEST_SUITES = \
TEST_SUITES_COMPILING = \
System \
System.Net.Http \
- System.Xml \
Mono.CSharp
# Not compiling in monotouch profile
@@ -215,7 +215,7 @@ Mono.Data.Tds_ASSEMBLIES = $(BCL_DIR)/Mono.Data.Tds.dll $(TESTDIR)/monotouch_Mon
Mono.Data.Tds_ARGS = $(NUNIT) monotouch_Mono.Data.Tds_test.dll
System.Security_ASSEMBLIES = $(BCL_DIR)/System.Security.dll $(TESTDIR)/monotouch_System.Security_test.dll
System.Security_ARGS = $(NUNIT) monotouch_System.Security_test.dll
-System.Xml_ASSEMBLIES = $(BCL_DIR)/System.Xml.dll $(TESTDIR)/monotouch_System.Xml_test.dll
+System.Xml_ASSEMBLIES = $(BCL_DIR)/System.Data.dll $(TESTDIR)/monotouch_System.Xml_test.dll
System.Xml_ARGS = $(NUNIT) monotouch_System.Xml_test.dll
System.Xml.Linq_ASSEMBLIES = $(BCL_DIR)/System.Xml.Linq.dll $(TESTDIR)/monotouch_System.Xml.Linq_test.dll
System.Xml.Linq_ARGS = $(NUNIT) monotouch_System.Xml.Linq_test.dll