From 1f95bde87868994b2e6bfecc61d1402a902e589e Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Mon, 19 Jan 2009 22:23:34 +0000 Subject: [PATCH] 2009-01-19 Zoltan Varga * Makefile (check): Add a standard check target. svn path=/trunk/mcs/; revision=123831 --- mcs/errors/ChangeLog | 4 ++++ mcs/errors/Makefile | 2 ++ 2 files changed, 6 insertions(+) diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog index c4d55e6cfe9..b83694916bd 100644 --- a/mcs/errors/ChangeLog +++ b/mcs/errors/ChangeLog @@ -1,3 +1,7 @@ +2009-01-19 Zoltan Varga + + * Makefile (check): Add a standard check target. + 2008-11-04 Gert Driesen * cs1007-2.cs: New test from bug #436792. diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile index 956843765d0..590da3db9e8 100644 --- a/mcs/errors/Makefile +++ b/mcs/errors/Makefile @@ -50,6 +50,8 @@ ifdef VALID_PROFILE test-local: $(TEST_SUPPORT_FILES) +check: run-test-local + # again, run-test is when the tests actually happen, so # don't compile on make test. -- 2.25.1