Add EXTRA_TESTDIRS variable for specifying additional test directories.

llvm-svn: 86122
This commit is contained in:
Daniel Dunbar 2009-11-05 06:55:24 +00:00
parent c550768a11
commit 377eb21801
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ endif
# 'lit' wants objdir paths, so it will pick up the lit.site.cfg.
TESTDIRS := $(TESTDIRS:$(PROJ_SRC_DIR)%=$(PROJ_OBJ_DIR)%)
# Allow EXTRA_TESTDIRS to provide additional test directories.
TESTDIRS += $(EXTRA_TESTDIRS)
ifndef TESTARGS
ifdef VERBOSE
TESTARGS = -v