[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 28 13:12:01 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95/129.compress:
Makefile updated: 1.1 -> 1.2
---
Log message:
Provide the right input file
---
Diffs of the changes: (+5 -1)
Index: llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile:1.1 llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile:1.2
--- llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile:1.1 Tue Feb 10 12:02:07 2004
+++ llvm/test/Programs/External/SPEC/CINT95/129.compress/Makefile Sat Feb 28 13:11:41 2004
@@ -1,5 +1,9 @@
LEVEL = ../../../../../..
-STDIN_FILENAME := test.in
+ifndef RUN_TYPE
+STDIN_FILENAME := bigtest.in
+else
+STDIN_FILENAME := test.in
+endif
STDOUT_FILENAME := test.out
include ../../Makefile.spec95
More information about the llvm-commits
mailing list