Fix for statements ending with a colon
[mono.git] / mcs / Makefile
index eef787d1681f415641c97c1438b568d3184e46e5..146edba8950c4b439f2d89e7fcf31a67439f114a 100644 (file)
@@ -4,30 +4,35 @@ SUBDIRS := build jay mcs tools/resgen class mbas nunit20 ilasm tools tests error
 DIST_ONLY_SUBDIRS := gmcs
 
 basic_SUBDIRS := jay mcs class
-net_1_1_bootstrap_SUBDIRS := jay mcs class tools
+net_1_1_bootstrap_SUBDIRS := jay mcs class ilasm tools
 net_2_0_bootstrap_SUBDIRS := class
 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/System.Configuration.Install \
+       class/Mono.Security \
+       class/System.Messaging \
+       class/System.Runtime.Remoting \
        class/System.Runtime.Serialization.Formatters.Soap \
+       class/System.Security \
+       class/System.ServiceProcess \
+       class/System.Web \
        class/System.Web.Services \
        tests \
        errors
-#      class/System
 
-default_centum_tests := \
-       class/corlib \
-       class/Mono.Security \
-       class/System.Runtime.Remoting \
-       $(centum_tests)
+default_centum_tests :=                \
+       $(centum_tests)         \
+       class/System.XML        \
+       class/System.Data
 
-net_2_0_centum_tests := $(centum_tests)
+net_2_0_centum_tests := $(centum_tests) # class/Mono.C5
 
 ifdef ONLY_CENTUM_TESTS
 TEST_SUBDIRS := $($(PROFILE)_centum_tests)