forked from OSchip/llvm-project
parent
d6775fa217
commit
058b4b6b41
|
@ -1,3 +1,3 @@
|
|||
|
||||
all:
|
||||
find Lexer Preprocessor Parser -name \*.c -print -exec ~/llvm/test/TestRunner.sh {} \;
|
||||
find Lexer Preprocessor Parser -name '*.c*' -print -exec ~/llvm/test/TestRunner.sh {} \;
|
||||
|
|
Loading…
Reference in New Issue