зеркало из https://github.com/microsoft/clang-1.git
'make check' is what more people expect.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
9505581a3a
Коммит
077c3f2d5c
3
Makefile
3
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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче