automake-patches
[Top][All Lists]
Advanced

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

[PATCH] Guile test driver.


From: Mathieu Lirzin
Subject: [PATCH] Guile test driver.
Date: Tue, 10 May 2016 00:17:50 +0200

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 or 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

-- 
2.8.1




reply via email to

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