summaryrefslogtreecommitdiff
path: root/benchmark-suite/Makefile.am
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-07-26 16:00:27 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-07-26 16:00:27 +0000
commit5a6aa7e7ce3c71e93cf032a18ab2b2b51d5ed317 (patch)
tree9f97a6b73b1152cf1f1e082aa08fde4db8fcba69 /benchmark-suite/Makefile.am
parentaea06b34a5c6ecfc7f7fc257d42b0b7c92109a92 (diff)
downloadguile-5a6aa7e7ce3c71e93cf032a18ab2b2b51d5ed317.tar.gz
(SCM_BENCHMARKS): List the real benchmarks, not foo
and bar. (SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
Diffstat (limited to 'benchmark-suite/Makefile.am')
-rw-r--r--benchmark-suite/Makefile.am9
1 files 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)