Преглед изворни кода

2008-03-24 Zoltan Varga <[email protected]>

	* library.make (check): Add a standard check target and make it the same as
	run-test.

svn path=/trunk/mcs/; revision=98921
Zoltan Varga пре 18 година
родитељ
комит
fdba8733a7
2 измењених фајлова са 6 додато и 0 уклоњено
  1. 5 0
      mcs/build/ChangeLog
  2. 1 0
      mcs/build/library.make

+ 5 - 0
mcs/build/ChangeLog

@@ -1,3 +1,8 @@
+2008-03-24  Zoltan Varga  <[email protected]>
+
+	* library.make (check): Add a standard check target and make it the same as
+	run-test.
+
 2008-03-22  Zoltan Varga  <[email protected]>
 
 	* profiles/net_3_5.make (PROFILE_MCS_FLAGS): Get rid of obsolete 

+ 1 - 0
mcs/build/library.make

@@ -190,6 +190,7 @@ test_assemblies += $(btest_lib)
 endif
 
 ifdef test_assemblies
+check: run-test
 test-local: $(test_assemblies)
 run-test-local: run-test-lib
 run-test-ondotnet-local: run-test-ondotnet-lib