X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FMakefile;h=dc8c0555c110c897c368bc175cd240a9220e56e5;hb=63999d48ebece57ca26855032ebd548b6d1f2f68;hp=9473e9318f0943bf766f30b1fa83254386972883;hpb=da59887597ae7eb38894531cfc08dcd35d05c26b;p=mono.git diff --git a/mcs/Makefile b/mcs/Makefile index 9473e9318f0..dc8c0555c11 100644 --- a/mcs/Makefile +++ b/mcs/Makefile @@ -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) class/System.XML +default_centum_tests := \ + $(centum_tests) \ + class/System.XML \ + class/System.Data + net_2_0_centum_tests := $(centum_tests)