Changes in directory llvm-test/External/SPEC/CFP2000/188.ammp:
Makefile updated: 1.6 -> 1.7 --- Log message: Fix SMALL_PROBLEM_SIZE. --- Diffs of the changes: (+4 -0) Makefile | 4 ++++ 1 files changed, 4 insertions(+) Index: llvm-test/External/SPEC/CFP2000/188.ammp/Makefile diff -u llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.6 llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.7 --- llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.6 Mon Sep 6 22:41:18 2004 +++ llvm-test/External/SPEC/CFP2000/188.ammp/Makefile Mon May 14 16:05:09 2007 @@ -7,11 +7,15 @@ # override RUN_TYPE (this is a long running test): ifndef RUN_TYPE +ifdef SMALL_PROBLEM_SIZE +RUN_TYPE=test +else ifdef LARGE_PROBLEM_SIZE RUN_TYPE := ref else RUN_TYPE := train endif endif +endif include ../../Makefile.spec2000 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits