hanchenye-llvm-project/clang/test/Makefile

4 lines
122 B
Makefile
Raw Normal View History

all:
2007-07-14 17:37:10 +08:00
find CodeGen Lexer Preprocessor Parser Sema \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;