[corlib] Fixes security tests failures
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
index 73f05ace2f4deed56b18b8b31c11c04bbf4eea08..76d3270616d3b94427d798d02bc23435b0124bfe 100644 (file)
@@ -7,7 +7,7 @@ include ../../build/rules.make
 LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
 LIB_REFS = System.Xml
 LIB_MCS_FLAGS = /r:$(corlib)
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.dll -nowarn:0618 -nowarn:219 -nowarn:169
 
 EXTRA_DISTFILES = \
        README          \