* library.make (check): Add a standard check target and make it the same as run-test. svn path=/trunk/mcs/; revision=98921
@@ -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
@@ -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