'make check' is what more people expect.

llvm-svn: 39899
This commit is contained in:
Chris Lattner 2007-07-16 04:26:57 +00:00
parent 31e39e9cdb
commit 55d278cef9
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ DIRS := Basic Lex Parse AST Sema CodeGen Driver
include $(LEVEL)/Makefile.common
check::
cd test; $(MAKE)
test::
cd test; $(MAKE)