From 377eb21801f001295996174577cfbf73526860ad Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 5 Nov 2009 06:55:24 +0000 Subject: [PATCH] Add EXTRA_TESTDIRS variable for specifying additional test directories. llvm-svn: 86122 --- clang/test/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/test/Makefile b/clang/test/Makefile index fdb9d8f713d9..a67fcbdc80f9 100644 --- a/clang/test/Makefile +++ b/clang/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