]> granicus.if.org Git - clang/commitdiff
don't pick up random stuff in .svn directories.
authorChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2007 16:46:07 +0000 (16:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2007 16:46:07 +0000 (16:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39783 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 2c35b4421e3506aa09f0154d1827b50737d87871..c92a14fc8d561455c9fc080fb58b7dcfd2f38355 100644 (file)
@@ -1,3 +1,3 @@
 
 all:
-       find Lexer Preprocessor Parser -name '*.c*' -print -exec ./TestRunner.sh {} \;
+       find Lexer Preprocessor Parser \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;