| Commit message (Expand) | Author | Age | Files | Lines |
* | 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".
| Andy Wingo | 2012-04-23 | 1 | -0/+1 |
* | Have `benchmark-guile' honor the current $GUILE_LOAD_PATH....* benchmark-guile.in (GUILE_LOAD_PATH): Extend the current value instead
of overwriting it completely.
| Ludovic Courtès | 2010-07-13 | 1 | -1/+1 |
* | Fix `benchmark-guile'....* benchmark-guile.in (guile): Use `meta/guile', not `pre-inst-guile'.
| Ludovic Courtès | 2009-08-31 | 1 | -2/+2 |
* | * benchmark-guile.in: Copied from check-guile.in and adapted for...use with benchmarks.
* Makefile.am: Recurse into the benchmark-suite subdir.
* configure.in: Added benchmarking files.
| Dirk Herrmann | 2002-07-20 | 1 | -0/+48 |