Changes in directory llvm-test/MultiSource/Benchmarks/Olden/bh:
Makefile updated: 1.12 -> 1.13 --- Log message: Increase test size to something more reasonable. --- Diffs of the changes: (+6 -0) Makefile | 6 ++++++ 1 files changed, 6 insertions(+) Index: llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile diff -u llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.12 llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.13 --- llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.12 Wed Sep 1 09:33:25 2004 +++ llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile Tue Jun 19 17:12:09 2007 @@ -5,6 +5,12 @@ LDFLAGS = -lm ifdef LARGE_PROBLEM_SIZE RUN_OPTIONS = 40000 30 +else +ifdef SMALL_PROBLEM_SIZE +RUN_OPTIONS = 2000 5 +else +RUN_OPTIONS = 20000 20 +endif endif include $(LEVEL)/MultiSource/Makefile.multisrc _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits