]> granicus.if.org Git - clang/commitdiff
'make check' is what more people expect.
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jul 2007 04:26:57 +0000 (04:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jul 2007 04:26:57 +0000 (04:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39899 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 623c0ffde0e606b4732aee98836161265dcf22cc..972f0c1045656a20539b47f1f847cc125bb8615e 100644 (file)
--- 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)