git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39853 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2007-07-14 09:37:10 +00:00
Родитель d2d2a11a91
Коммит 11f2dfefc9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,3 @@
all:
find CodeGen Lexer Preprocessor Parser \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;
find CodeGen Lexer Preprocessor Parser Sema \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;