guix-devel
[Top][All Lists]
Advanced

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

[PATCH 0/5] Automake custom test driver using SRFI-64.


From: Mathieu Lirzin
Subject: [PATCH 0/5] Automake custom test driver using SRFI-64.
Date: Thu, 24 Mar 2016 00:38:45 +0100

Hello,

this is the debugged version of a patch previously sent here:

  https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00024.html

It is possible to directly checkout 'origin/wip-check' branch to review these
patches.  Thanks.

Mathieu Lirzin (5):
  tests: Silence %cpio-program.
  build: Add a Guile custom test driver using SRFI-64.
  tests: Silence guix-daemon.
  tests: Silence %have-nix-hash?.
  tests: Silence tar.

 Makefile.am               |   7 +-
 build-aux/test-driver.scm | 195 ++++++++++++++++++++++++++++++++++++++++++++++
 doc/guix.texi             |  16 ++--
 test-env.in               |   3 +-
 tests/base32.scm          |   9 +--
 tests/build-utils.scm     |   3 -
 tests/builders.scm        |   3 -
 tests/challenge.scm       |   3 -
 tests/containers.scm      |   9 +--
 tests/cpan.scm            |   3 -
 tests/cpio.scm            |   6 +-
 tests/cran.scm            |   3 -
 tests/cve.scm             |   3 -
 tests/derivations.scm     |   3 -
 tests/elpa.scm            |   3 -
 tests/file-systems.scm    |   3 -
 tests/gem.scm             |   3 -
 tests/gexp.scm            |   3 -
 tests/gnu-maintenance.scm |   3 -
 tests/graph.scm           |   3 -
 tests/gremlin.scm         |   3 -
 tests/hackage.scm         |   3 -
 tests/hash.scm            |   3 -
 tests/import-utils.scm    |   3 -
 tests/lint.scm            |   3 -
 tests/monads.scm          |   3 -
 tests/nar.scm             |   3 -
 tests/packages.scm        |   3 -
 tests/pk-crypto.scm       |   3 -
 tests/pki.scm             |   3 -
 tests/profiles.scm        |   3 -
 tests/publish.scm         |   3 -
 tests/pypi.scm            |   6 +-
 tests/records.scm         |   3 -
 tests/scripts-build.scm   |   3 -
 tests/scripts.scm         |   3 -
 tests/services.scm        |   3 -
 tests/sets.scm            |   3 -
 tests/size.scm            |   3 -
 tests/snix.scm            |   3 -
 tests/store.scm           |   3 -
 tests/substitute.scm      |   3 -
 tests/syscalls.scm        |   3 -
 tests/system.scm          |   3 -
 tests/ui.scm              |   3 -
 tests/union.scm           |   3 -
 tests/utils.scm           |   3 -
 47 files changed, 222 insertions(+), 146 deletions(-)
 create mode 100644 build-aux/test-driver.scm

-- 
2.7.0




reply via email to

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