diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 12:44:58 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 12:44:58 +0000 |
| commit | b6372fa7bba2a313bc9e461661e28c6bb5e951f7 (patch) | |
| tree | 1761c927a267437fd18365bef33ebc4b910d508c /clang | |
| parent | 6d8adef9a0a81e01c9aa5b19859cf44cc4cd340c (diff) | |
| download | bcm5719-llvm-b6372fa7bba2a313bc9e461661e28c6bb5e951f7.tar.gz bcm5719-llvm-b6372fa7bba2a313bc9e461661e28c6bb5e951f7.zip | |
Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself.
llvm-svn: 77069
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile index 4c65d7c0157..cf1983f6b49 100644 --- a/clang/test/Makefile +++ b/clang/test/Makefile @@ -2,7 +2,7 @@ LEVEL = ../../.. include $(LEVEL)/Makefile.common # Test in all immediate subdirectories if unset. -TESTDIRS ?= $(shell echo $(PROJ_SRC_DIR)/*/) +TESTDIRS ?= . ifndef TESTARGS ifdef VERBOSE |

