[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 18 20:06:01 PDT 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/256.bzip2:

Makefile updated: 1.3 -> 1.4

---
Log message:

Choose input file based on test type (test/train).


---
Diffs of the changes:  (+6 -0)

Index: llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile:1.3 llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile:1.4
--- llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile:1.3	Sun Apr 18 16:04:19 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile	Sun Apr 18 20:06:05 2004
@@ -1,4 +1,10 @@
 LEVEL = ../../../../../..
+
 RUN_OPTIONS     = `cat $(REF_IN_DIR)control`
+ifeq ($(RUN_TYPE),test)
+STDOUT_FILENAME := input.random.out
+else
 STDOUT_FILENAME := input.compressed.out
+endif
+
 include ../../Makefile.spec2000





More information about the llvm-commits mailing list