[runtime] Skip building System.Security, System.IdentityModel tests on testing_aot_full
authorAlexander Kyte <alexmkyte@gmail.com>
Wed, 7 Jun 2017 18:44:09 +0000 (14:44 -0400)
committerAlexander Kyte <alexmkyte@gmail.com>
Wed, 30 Aug 2017 16:53:00 +0000 (12:53 -0400)
mcs/class/System.IdentityModel/Makefile
mcs/class/System.Security/Makefile

index aad3b05831f44dd5b595f33c61fd7d1d776ca24f..000c536c02d52fbc0831a0b8666523ee47f0e2c7 100644 (file)
@@ -31,6 +31,10 @@ endif
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
+ifdef MOBILE_PROFILE
+NO_TEST = yes
+endif
+
 EXTRA_DISTFILES = \
        Test/Resources/test.cer \
        Test/Resources/test_neg_serial.cer \
index ae2de1a637046792e606012f5a547294f48ade72..2257ab09539ffbe1be5386921188d0382d2e39e1 100644 (file)
@@ -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)