Просмотр исходного кода

2005-05-20 Raja R Harinath <[email protected]>

	* Makefile (centum_tests): Add System.Web and move corlib from ...
	(default_centum_tests): ... here.


svn path=/trunk/mcs/; revision=44792
Raja R Harinath 20 лет назад
Родитель
Сommit
00a2b8a2f2
2 измененных файлов с 8 добавлено и 3 удалено
  1. 5 0
      mcs/ChangeLog
  2. 3 3
      mcs/Makefile

+ 5 - 0
mcs/ChangeLog

@@ -1,3 +1,8 @@
+2005-05-20  Raja R Harinath  <[email protected]>
+
+	* Makefile (centum_tests): Add System.Web and move corlib from ...
+	(default_centum_tests): ... here.
+
 2005-04-25  Raja R Harinath  <[email protected]>
 
 	* Makefile (centum_tests): Add Mono.Security and

+ 3 - 3
mcs/Makefile

@@ -10,6 +10,7 @@ net_2_0_SUBDIRS := jay gmcs class nunit20 tests errors tools
 
 # List of test subdirs that should pass 100%
 centum_tests := \
+	class/corlib \
 	class/Commons.Xml.Relaxng \
 	class/Cscompmgd \
 	class/Microsoft.JScript \
@@ -18,14 +19,13 @@ centum_tests := \
 	class/System.Configuration.Install \
 	class/System.Runtime.Remoting \
 	class/System.Runtime.Serialization.Formatters.Soap \
+	class/System.Web \
 	class/System.Web.Services \
 	tests \
 	errors
 #	class/System
 
-default_centum_tests := \
-	class/corlib \
-	$(centum_tests)
+default_centum_tests := $(centum_tests)
 
 net_2_0_centum_tests := $(centum_tests)