mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
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".
This commit is contained in:
parent
7a4188c449
commit
d10f7b572c
16 changed files with 38 additions and 31 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue