diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-07-13 00:01:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-07-13 00:08:09 +0200 |
commit | 410f2f0ddc647d2a12eeb90985721e93bfedbf72 (patch) | |
tree | d345eb4f8a5649f77e001100222a31a8734a0832 /benchmark-suite | |
parent | 7614c983a56a30f2cda3e014840524ac7030e6d9 (diff) |
Add missing benchmark files to the distribution.
* benchmark-suite/Makefile.am (SCM_BENCHMARKS): Add
`benchmarks/chars.bm' and `benchmarks/srfi-13.bm'.
Diffstat (limited to 'benchmark-suite')
-rw-r--r-- | benchmark-suite/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark-suite/Makefile.am b/benchmark-suite/Makefile.am index 583519a38..d99e457af 100644 --- a/benchmark-suite/Makefile.am +++ b/benchmark-suite/Makefile.am @@ -1,9 +1,11 @@ SCM_BENCHMARKS = benchmarks/0-reference.bm \ benchmarks/bytevectors.bm \ + benchmarks/chars.bm \ benchmarks/continuations.bm \ benchmarks/if.bm \ benchmarks/logand.bm \ benchmarks/read.bm \ + benchmarks/srfi-13.bm \ benchmarks/structs.bm \ benchmarks/subr.bm \ benchmarks/uniform-vector-read.bm \ |