summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Makefile2
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
OpenPOWER on IntegriCloud