forked from OSchip/llvm-project
Allow 'make TESTDIRS=Sema' in test/ directory for only running a
subset of tests. llvm-svn: 55513
This commit is contained in:
parent
d58f3e36d0
commit
5888e603c3
|
@ -1,8 +1,8 @@
|
|||
LEVEL = ../../..
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
# Test in all immediate subdirectories.
|
||||
TESTDIRS = $(shell echo $(PROJ_SRC_DIR)/*/)
|
||||
# Test in all immediate subdirectories if unset.
|
||||
TESTDIRS ?= $(shell echo $(PROJ_SRC_DIR)/*/)
|
||||
|
||||
# Only run rewriter tests on darwin.
|
||||
ifeq ($(OS),Darwin)
|
||||
|
|
Loading…
Reference in New Issue