summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-16 04:26:57 +0000
committerChris Lattner <sabre@nondot.org>2007-07-16 04:26:57 +0000
commit077c3f2d5c824332a7044b418d296c4b903fd8f0 (patch)
tree03568241d7ee814c924678aee4bb2c4bcd881909 /Makefile
parent9505581a3a89dec7f4fa323dd3e23ca9c3bcdce2 (diff)
'make check' is what more people expect.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 623c0ffde0..972f0c1045 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ DIRS := Basic Lex Parse AST Sema CodeGen Driver
include $(LEVEL)/Makefile.common
+check::
+ cd test; $(MAKE)
+
test::
cd test; $(MAKE)