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:
authorSebastien Pouliot <sebastien@ximian.com>2005-10-20 23:15:32 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-10-20 23:15:32 +0400
commit79edec6fa60725f04b3350178a9203675dd54d03 (patch)
tree65189261ee02b6b570dc80b8a6cd64aa334134eb /mcs/class/System.Security/Makefile
parentde26591ab9ed790efb02a4e91afd1952802606f5 (diff)
Added new unit/CAS tests for System.Security.Cryptography namespace. Ignore some warnings during tests compilation. Added internal ManagedProtection class to the build.
svn path=/trunk/mcs/; revision=52001
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 805830fd0f3..84bf3752d9e 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -7,10 +7,11 @@ LIB_MCS_FLAGS = -nowarn:618 \
-r:$(corlib) -r:System.dll -r:System.Xml.dll \
-debug+
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,1595
+
ifeq (net_2_0,$(PROFILE))
-LIB_MCS_FLAGS += -r:Mono.Security.dll
+LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414
+TEST_MCS_FLAGS += -nowarn:168,183,414
endif
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,1595
-
include ../../build/library.make