summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile
index 3de0538fb87..5971b61de05 100644
--- a/clang/test/Makefile
+++ b/clang/test/Makefile
@@ -2,7 +2,7 @@ LEVEL = ../../..
include $(LEVEL)/Makefile.common
# Test in all non .svn or Output directories below this one.
-TESTDIRS = $(shell find . -name .svn -prune -o -name Output -prune -o -type d -print)
+TESTDIRS = $(shell find . -name . -o -name .svn -prune -o -name Output -prune -o -type d -print)
# Only run rewriter tests on darwin.
ifeq ($(OS),Darwin)
OpenPOWER on IntegriCloud