automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Guile test driver.


From: Mathieu Lirzin
Subject: Re: [PATCH] Guile test driver.
Date: Sat, 02 Jul 2016 21:32:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Mathieu Lirzin <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]