[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CFP2000/188.ammp/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Fri Feb 27 14:00:02 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CFP2000/188.ammp:
Makefile updated: 1.2 -> 1.3
---
Log message:
Make SPEC95 always use ref inputs and switch SPEC2000 to use train inputs for short tests and ref inputs for long tets. Also override the input for CINT2000/188.ammp because it running for too long with these new defaults
---
Diffs of the changes: (+8 -0)
Index: llvm/test/Programs/External/SPEC/CFP2000/188.ammp/Makefile
diff -u llvm/test/Programs/External/SPEC/CFP2000/188.ammp/Makefile:1.2 llvm/test/Programs/External/SPEC/CFP2000/188.ammp/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CFP2000/188.ammp/Makefile:1.2 Wed Feb 25 18:01:21 2004
+++ llvm/test/Programs/External/SPEC/CFP2000/188.ammp/Makefile Fri Feb 27 13:59:39 2004
@@ -3,4 +3,12 @@
STDIN_FILENAME = ammp.in
STDOUT_FILENAME = ammp.out
CPPFLAGS =
+# override RUN_TYPE (this is a long running test):
+ifndef RUN_TYPE
+ifdef LARGE_PROBLEM_SIZE
+RUN_TYPE := ref
+else
+RUN_TYPE := train
+endif
+endif
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list