]> granicus.if.org Git - clang/commitdiff
Fix some spam from make I accidentally introduced.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 20 Aug 2008 00:38:03 +0000 (00:38 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 20 Aug 2008 00:38:03 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55027 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 3de0538fb87193e858251d8880cc2bfdc217e6c8..5971b61de05761b6b819f86416f31235ba9841da 100644 (file)
@@ -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)