Author: dgregor
Date: Tue Feb  9 16:40:03 2010
New Revision: 95705

URL: http://llvm.org/viewvc/llvm-project?rev=95705&view=rev
Log:
Add in the LIT magic to avoid running AST merge test inputs as
separate tests. Thanks, Daniel!

Added:
    cfe/trunk/test/ASTMerge/Inputs/lit.local.cfg
Modified:
    cfe/trunk/test/ASTMerge/Inputs/var1.c
    cfe/trunk/test/ASTMerge/Inputs/var2.c

Added: cfe/trunk/test/ASTMerge/Inputs/lit.local.cfg
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ASTMerge/Inputs/lit.local.cfg?rev=95705&view=auto

==============================================================================
--- cfe/trunk/test/ASTMerge/Inputs/lit.local.cfg (added)
+++ cfe/trunk/test/ASTMerge/Inputs/lit.local.cfg Tue Feb  9 16:40:03 2010
@@ -0,0 +1 @@
+config.suffixes = []

Modified: cfe/trunk/test/ASTMerge/Inputs/var1.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ASTMerge/Inputs/var1.c?rev=95705&r1=95704&r2=95705&view=diff

==============================================================================
--- cfe/trunk/test/ASTMerge/Inputs/var1.c (original)
+++ cfe/trunk/test/ASTMerge/Inputs/var1.c Tue Feb  9 16:40:03 2010
@@ -1,3 +1,2 @@
-// RUN: true
 int *x0;
 float **x1;

Modified: cfe/trunk/test/ASTMerge/Inputs/var2.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ASTMerge/Inputs/var2.c?rev=95705&r1=95704&r2=95705&view=diff

==============================================================================
--- cfe/trunk/test/ASTMerge/Inputs/var2.c (original)
+++ cfe/trunk/test/ASTMerge/Inputs/var2.c Tue Feb  9 16:40:03 2010
@@ -1,3 +1,2 @@
-// RUN: true
 int *x0;
 double *x1;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to