Mathieu Lirzin <m...@gnu.org> writes: > Hello, > > This patch adds a test driver for Guile Scheme by using the SRFI-64 > Scheme API for test suites: > > http://srfi.schemers.org/srfi-64/srfi-64.html > > Since Guile is the standard extensibility interpreter for GNU > software, I think it is important for Automake to provide a convenient > way to test Guile code out of the box. This test driver is already > used by GNU Guix. > > This is my first contribution to Automake so I haven't filed my > copyright assignment yet. > > TIA for your comments and reviews. > > > Mathieu Lirzin (1): > guile: add a test driver script > > doc/automake.texi | 81 ++++++++++++++++++++- > lib/Makefile.inc | 1 + > lib/test-driver.scm | 196 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > t/ax/am-test-lib.sh | 5 ++ > t/guile-tests-doc.sh | 136 +++++++++++++++++++++++++++++++++++ > t/list-of-tests.mk | 1 + > 6 files changed, 419 insertions(+), 1 deletion(-) > create mode 100755 lib/test-driver.scm > create mode 100644 t/guile-tests-doc.sh
Ping -- Mathieu Lirzin