Fix #75472.
[mono.git] / mcs / Makefile
index a1e2777c0e514333853e47fb926d32e1b8ba4ef7..dc8c0555c110c897c368bc175cd240a9220e56e5 100644 (file)
@@ -11,10 +11,12 @@ net_2_0_SUBDIRS := jay gmcs class nunit20 tests errors tools
 # List of test subdirs that should pass 100%
 centum_tests := \
        class/corlib \
+       class/System \
        class/Commons.Xml.Relaxng \
        class/Cscompmgd \
        class/Microsoft.JScript \
        class/Mono.Posix \
+       class/Mono.C5 \
        class/Mono.Security \
        class/System.Configuration.Install \
        class/System.Runtime.Remoting \
@@ -24,9 +26,12 @@ centum_tests := \
        class/System.Web.Services \
        tests \
        errors
-#      class/System
 
-default_centum_tests := $(centum_tests)
+default_centum_tests :=                \
+       $(centum_tests)         \
+       class/System.XML        \
+       class/System.Data
+
 
 net_2_0_centum_tests := $(centum_tests)