Run tests in a specific order

llvm-svn: 38826
This commit is contained in:
Chris Lattner 2006-08-06 18:29:35 +00:00
parent df89dd42d7
commit c697e028c6
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
all:
find . -name \*.c -print -exec ~/llvm/test/TestRunner.sh {} \;
find Lexer Preprocessor Parser -name \*.c -print -exec ~/llvm/test/TestRunner.sh {} \;