1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

(SCM_BENCHMARKS): List the real benchmarks, not foo

and bar.
(SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
This commit is contained in:
Marius Vollmer 2002-07-26 16:00:27 +00:00
parent aea06b34a5
commit 5a6aa7e7ce

View file

@ -1,8 +1,9 @@
SCM_BENCHMARKS = benchmarks/foo.bm \ SCM_BENCHMARKS = benchmarks/0-reference.bm \
benchmarks/bar.bm benchmarks/continuations.bm \
benchmarks/if.bm \
benchmarks/logand.bm
## SCM_BENCHMARKS_DIRS = benchmarks/dirfoo \ SCM_BENCHMARKS_DIRS =
## benchmarks/dirbar
EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS) EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS)