Age | Commit message (Collapse) | Author |
|
This works around the fact that SRFI-64 in Guile 3.0.6+,
'test-runner-current' returns #f after 'test-end'. It also gives us a
more featureful test runner, where one can do things like:
make check TEST_LOG_DRIVER_FLAGS="--brief=no --show-duration=yes"
Reported by <soeren@soeren-tempel.net>.
* build-aux/test-driver.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
* tests/Makefile.am (TEST_LOG_DRIVER): New variable.
(TEST_LOG_COMPILER): New variable.
* tests/ast.test, tests/engines/info.test,
tests/location.test, tests/readers/rss-2.test,
tests/resolve.test: Remove call to 'exit'.
|
|
* configure.ac: Use `build-aux/git-version-gen' to generate the version
string. Remove Automake's `check-news' option.
* Makefile.am ($(top_srcdir)/.version, gen-tarball-version): New
targets.
(dist-hook): Depend on `gen-tarball-version'.
(EXTRA_DIST): Add $(top_srcdir)/.version.
* build-aux/git-version-gen: New file, from Gnulib v0.0-6827-g39c3009.
|
|
* Makefile.am (gen-ChangeLog, dist-hook): New targets.
* build-aux/gitlog-to-changelog: New file, from Gnulib v0.0-6827-g39c3009.
|
|
|