mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
aea06b34a5
commit
5a6aa7e7ce
1 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue