diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 15:26:08 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 15:26:08 +0000 |
commit | 10aebbb5c8d928c4faa672c47d076cba1edefab7 (patch) | |
tree | 1a7c6df60adc1e6973d068cf64dd70bb0604f2c0 /test | |
parent | a957d9996e7f7406195e5a954c6a533eeb5bf7fa (diff) |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |