From 10aebbb5c8d928c4faa672c47d076cba1edefab7 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 25 Jul 2009 15:26:08 +0000 Subject: MultiTestRunner: Make sure to point at src dir, for out of tree builds. Factor out routine for executing the script commands. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77075 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index cf1983f6b4..d649174b71 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,7 +2,7 @@ LEVEL = ../../.. include $(LEVEL)/Makefile.common # Test in all immediate subdirectories if unset. -TESTDIRS ?= . +TESTDIRS ?= $(PROJ_SRC_DIR) ifndef TESTARGS ifdef VERBOSE -- cgit v1.2.3-18-g5258