[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile
Alkis Evlogimenos
alkis at niobe.cs.uiuc.edu
Mon Mar 1 09:58:01 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95/099.go:
Makefile updated: 1.1 -> 1.2
---
Log message:
Work with both test and train inputs
---
Diffs of the changes: (+6 -0)
Index: llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile:1.1 llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile:1.2
--- llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile:1.1 Tue Feb 10 11:23:00 2004
+++ llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile Mon Mar 1 09:57:28 2004
@@ -1,6 +1,12 @@
LEVEL = ../../../../../..
BM=099.go
+
+ifeq ($(RUN_TYPE),test)
STDIN_FILENAME = /dev/null
STDOUT_FILENAME = null.out
RUN_OPTIONS = 40 19
+else
+STDIN_FILENAME = 2stone9.in
+STDOUT_FILENAME = 2stone9.out
+endif
include ../../Makefile.spec95
More information about the llvm-commits
mailing list