зеркало из https://github.com/microsoft/clang-1.git
Support 'make test TESTSUITE=CodeGen', etc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81011 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
8f28962de2
Коммит
2f42d4a5f8
|
@ -2,7 +2,11 @@ LEVEL = ../../..
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
# Test in all immediate subdirectories if unset.
|
# Test in all immediate subdirectories if unset.
|
||||||
|
ifdef TESTSUITE
|
||||||
|
TESTDIRS := $(TESTSUITE:%=$(PROJ_SRC_DIR)/%)
|
||||||
|
else
|
||||||
TESTDIRS ?= $(PROJ_SRC_DIR)
|
TESTDIRS ?= $(PROJ_SRC_DIR)
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef TESTARGS
|
ifndef TESTARGS
|
||||||
ifdef VERBOSE
|
ifdef VERBOSE
|
||||||
|
|
Загрузка…
Ссылка в новой задаче