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 Kyte <alexmkyte@gmail.com>2017-06-07 21:44:09 +0300
committerAlexander Kyte <alexmkyte@gmail.com>2017-08-30 19:53:00 +0300
commit2c71963d23319bfaf71c7c80db42baf5ffdbdf8e (patch)
treea1677375689f1d47cfa3380942330aee1b0a43c7 /mcs/class/System.Security
parentf9152041163279c1a7735b5b064b0cf5116940d9 (diff)
[runtime] Skip building System.Security, System.IdentityModel tests on testing_aot_full
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index ae2de1a6370..2257ab09539 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -28,6 +28,10 @@ EXTRA_DISTFILES = \
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx
+ifdef MOBILE_PROFILE
+NO_TEST = yes
+endif
+
include ../../build/library.make
$(build_lib): $(secxml_libdir)/System.dll $(MONO_SECURITY_DLL)