summaryrefslogtreecommitdiff
path: root/benchmark-guile.in
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-04-21 17:06:48 -0400
committerAndy Wingo <wingo@pobox.com>2012-04-23 21:46:06 +0200
commitd10f7b572c0ca1ccef87f9c46069daa30946e0cf (patch)
tree8e1d567222a8091610980ec3f7b4f37960f1707c /benchmark-guile.in
parent7a4188c4492736f7afd7304a01eaebc3474ccdee (diff)
downloadguile-d10f7b572c0ca1ccef87f9c46069daa30946e0cf.tar.gz
move (test-suite lib) to lower dir; cleans up uninstalled paths.
* 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".
Diffstat (limited to 'benchmark-guile.in')
-rw-r--r--benchmark-guile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark-guile.in b/benchmark-guile.in
index 572e00814..8378e9d01 100644
--- a/benchmark-guile.in
+++ b/benchmark-guile.in
@@ -41,6 +41,7 @@ if [ ! -f guile-procedures.txt ] ; then
fi
exec $guile \
+ -L "$BENCHMARK_SUITE_DIR" \
-e main -s "$BENCHMARK_SUITE_DIR/guile-benchmark" \
--benchmark-suite "$BENCHMARK_SUITE_DIR/benchmarks" \
--log-file benchmark-guile.log "$@"