From: Daniel Dunbar Date: Thu, 5 Nov 2009 06:55:24 +0000 (+0000) Subject: Add EXTRA_TESTDIRS variable for specifying additional test directories. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6516813f776c51e3df05b1c6b5d4ffc94d9eb31a;p=clang Add EXTRA_TESTDIRS variable for specifying additional test directories. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86122 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index fdb9d8f713..a67fcbdc80 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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