Re: [PATCH] Guile test driver.

2016-07-02 Thread Mathieu Lirzin
Mathieu Lirzin 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 Autom

[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 test driver.

2016-05-10 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