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:
authorLudovic Henry <luhenry@microsoft.com>2018-10-17 21:44:45 +0300
committerGitHub <noreply@github.com>2018-10-17 21:44:45 +0300
commita282040c96f4365c1f5cdea8639f441c65f26d68 (patch)
tree03ecd76d04e1b90c54055426e37c4c63ca7416dc /mcs/class/System.XML
parent2b64076769354d449deb0b2a7a2b078d657baa83 (diff)
[bcl] Build all XUnit and NUnit tests for monodroid, monotouch, monotouch_tv, monotouch_watch and wasm BCL profiles (#11201)
Diffstat (limited to 'mcs/class/System.XML')
-rw-r--r--mcs/class/System.XML/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index c0e2f3e0d0b..9afb68bccdb 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -22,9 +22,13 @@ XTEST_LIB_REFS = System System.Core System.Xml System.Xml.Linq Facades/System.Th
ifneq ($(PROFILE),monodroid)
ifneq ($(PROFILE),monotouch)
+ifneq ($(PROFILE),monotouch_tv)
+ifneq ($(PROFILE),monotouch_watch)
XTEST_LIB_REFS += System.Drawing
endif
endif
+endif
+endif
LIBRARY_WARN_AS_ERROR = yes