From 5a6aa7e7ce3c71e93cf032a18ab2b2b51d5ed317 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 26 Jul 2002 16:00:27 +0000 Subject: [PATCH] (SCM_BENCHMARKS): List the real benchmarks, not foo and bar. (SCM_BENCHMARKS_DIRS): Uncommented, with an empty value. --- benchmark-suite/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/benchmark-suite/Makefile.am b/benchmark-suite/Makefile.am index 4bb81e49e..073a3677a 100644 --- a/benchmark-suite/Makefile.am +++ b/benchmark-suite/Makefile.am @@ -1,8 +1,9 @@ -SCM_BENCHMARKS = benchmarks/foo.bm \ - benchmarks/bar.bm +SCM_BENCHMARKS = benchmarks/0-reference.bm \ + benchmarks/continuations.bm \ + benchmarks/if.bm \ + benchmarks/logand.bm -## SCM_BENCHMARKS_DIRS = benchmarks/dirfoo \ -## benchmarks/dirbar +SCM_BENCHMARKS_DIRS = EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS)