[cfe-commits] r38826 - /cfe/cfe/trunk/test/Makefile

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:24:58 PDT 2007


Author: sabre
Date: Wed Jul 11 11:24:58 2007
New Revision: 38826

URL: http://llvm.org/viewvc/llvm-project?rev=38826&view=rev
Log:
Run tests in a specific order

Modified:
    cfe/cfe/trunk/test/Makefile

Modified: cfe/cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Makefile?rev=38826&r1=38825&r2=38826&view=diff

==============================================================================
--- cfe/cfe/trunk/test/Makefile (original)
+++ cfe/cfe/trunk/test/Makefile Wed Jul 11 11:24:58 2007
@@ -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 {} \;





More information about the cfe-commits mailing list