summaryrefslogtreecommitdiff
path: root/benchmark-guile.in
Commit message (Collapse)AuthorAgeFilesLines
* move (test-suite lib) to lower dir; cleans up uninstalled paths.Andy Wingo2012-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * check-guile.in: * test-suite/Makefile.am: * test-suite/test-suite/lib.scm: * benchmark-guile.in: * benchmark-suite/Makefile.am: * benchmark-suite/benchmark-suite/lib.scm: Lower the lib modules in the source tree. This lets us remove top_srcdir and top_builddir from the uninstalled paths. * test-suite/tests/asm-to-bytecode.test: * test-suite/tests/brainfuck.test: * test-suite/tests/compiler.test: * test-suite/tests/ftw.test: * test-suite/tests/gc.test: * test-suite/tests/match.test: * test-suite/tests/rnrs-libraries.test: * test-suite/tests/rnrs-test-a.scm: * test-suite/tests/sxml.match.test: Adapt to not expect that module names be prefixed with "test-suite".
* Have `benchmark-guile' honor the current $GUILE_LOAD_PATH.Ludovic Courtès2010-07-131-1/+1
| | | | | * benchmark-guile.in (GUILE_LOAD_PATH): Extend the current value instead of overwriting it completely.
* Fix `benchmark-guile'.Ludovic Courtès2009-08-311-2/+2
| | | | * benchmark-guile.in (guile): Use `meta/guile', not `pre-inst-guile'.
* * benchmark-guile.in: Copied from check-guile.in and adapted forDirk Herrmann2002-07-201-0/+48
use with benchmarks. * Makefile.am: Recurse into the benchmark-suite subdir. * configure.in: Added benchmarking files.