[test-suite] r261186 - cmake: 403.gcc: Adapt to SPEC2006 v1.2

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 20:31:30 PST 2016


Author: matze
Date: Wed Feb 17 22:31:30 2016
New Revision: 261186

URL: http://llvm.org/viewvc/llvm-project?rev=261186&view=rev
Log:
cmake: 403.gcc: Adapt to SPEC2006 v1.2

Modified:
    test-suite/trunk/External/SPEC/CINT2006/403.gcc/CMakeLists.txt

Modified: test-suite/trunk/External/SPEC/CINT2006/403.gcc/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/403.gcc/CMakeLists.txt?rev=261186&r1=261185&r2=261186&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/403.gcc/CMakeLists.txt (original)
+++ test-suite/trunk/External/SPEC/CINT2006/403.gcc/CMakeLists.txt Wed Feb 17 22:31:30 2016
@@ -16,16 +16,16 @@ macro(test_input run_type ifile sfile)
   )
 endmacro()
 
-test_input(test cccp.i cccp.s)
-test_input(train integrate.i integrate.s)
-test_input(ref 166.i 166.s)
-test_input(ref 200.i 200.s)
-test_input(ref c-typeck.i c-typeck.s)
-test_input(ref cp-decl.i cp-decl.s)
-test_input(ref expr.i expr.s)
-test_input(ref expr2.i expr2.s)
-test_input(ref g23.i g23.s)
-test_input(ref s04.i s04.s)
-test_input(ref scilab.i scilab.s)
+test_input(test cccp.in cccp.s)
+test_input(train integrate.in integrate.s)
+test_input(ref 166.in 166.s)
+test_input(ref 200.in 200.s)
+test_input(ref c-typeck.in c-typeck.s)
+test_input(ref cp-decl.in cp-decl.s)
+test_input(ref expr.in expr.s)
+test_input(ref expr2.in expr2.s)
+test_input(ref g23.in g23.s)
+test_input(ref s04.in s04.s)
+test_input(ref scilab.in scilab.s)
 
 llvm_multisource()




More information about the llvm-commits mailing list