From 7dcd564bcb7d5b80ba92683aa8ec4bae9cb4b866 Mon Sep 17 00:00:00 2001 From: zoltan Date: Mon, 24 Mar 2008 21:41:11 +0000 Subject: [PATCH] 2008-03-24 Zoltan Varga * library.make (check): Add a standard check target and make it the same as run-test. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@98921 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- build/ChangeLog | 5 +++++ build/library.make | 1 + 2 files changed, 6 insertions(+) diff --git a/build/ChangeLog b/build/ChangeLog index 9f34dab049..ec3f2eca4b 100644 --- a/build/ChangeLog +++ b/build/ChangeLog @@ -1,3 +1,8 @@ +2008-03-24 Zoltan Varga + + * library.make (check): Add a standard check target and make it the same as + run-test. + 2008-03-22 Zoltan Varga * profiles/net_3_5.make (PROFILE_MCS_FLAGS): Get rid of obsolete diff --git a/build/library.make b/build/library.make index ebc625869f..87f5e3d2cb 100644 --- a/build/library.make +++ b/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 -- 2.11.4.GIT