forked from OSchip/llvm-project
don't pick up random stuff in .svn directories.
llvm-svn: 39783
This commit is contained in:
parent
85ee72f7ba
commit
113d1410ce
|
@ -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 {} \;
|
||||
|
|
Loading…
Reference in New Issue