Made new dir for XML W3C conformance test suite
[mono.git] / mcs / class / System.XML / Makefile
index 7274e2cdd867e67fc9f947577843e7d9d574c752..0d6ea3bf1ae17131e1c9696ba861c2e4b1e377f0 100644 (file)
@@ -29,7 +29,7 @@ LIBRARY_COMPILE = $(BOOT_COMPILE)
 endif
 
 LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 EXTRA_DISTFILES = \
        Mono.System.XML.csproj          \
@@ -40,7 +40,6 @@ EXTRA_DISTFILES = \
        $(wildcard System.Xml.Serialization/standalone_tests/*.cs) \
        $(wildcard System.Xml.Serialization/standalone_tests/*.output) \
        System.Xml.XPath/Parser.jay     \
-       System.Xml.Query/skeleton-2.0.cs        \
        Test/Microsoft.Test.csproj      \
        Test/Mono.Test.csproj           \
        Test/MonoMicro.Test.csproj      \