[PATCH] guile: add a test driver script

2016-05-11 Thread Mathieu Lirzin
The user can now directly test Guile code with SRFI-64 Scheme API. * lib/test-driver.scm: New script. * lib/Makefile.inc (dist_script_DATA): Add it. * doc/automake.texi (Guile Tests): New section. * t/guile-tests-doc.sh: New test. * t/list-of-tests.mk: Add it. * t/ax/am-test-lib.sh: Adapt to it. -

[PATCH] Guile test driver.

2016-05-11 Thread Mathieu Lirzin
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

[PATCH] guile: add a test driver script

2016-05-11 Thread Mathieu Lirzin
The user can now directly test Guile code with SRFI-64 Scheme API. * lib/test-driver.scm: New script. * lib/Makefile.inc (dist_script_DATA): Add it. * doc/automake.texi (Guile Tests): New section. * t/guile-tests-doc.sh: New test. * t/list-of-tests.mk: Add it. * t/ax/am-test-lib.sh: Adapt to it. -