unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/5] Automake custom test driver using SRFI-64.
@ 2016-03-23 23:38 Mathieu Lirzin
  2016-03-23 23:38 ` [PATCH 1/5] tests: Silence %cpio-program Mathieu Lirzin
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Mathieu Lirzin @ 2016-03-23 23:38 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-04-03 21:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-23 23:38 [PATCH 0/5] Automake custom test driver using SRFI-64 Mathieu Lirzin
2016-03-23 23:38 ` [PATCH 1/5] tests: Silence %cpio-program Mathieu Lirzin
2016-03-23 23:38 ` [PATCH 2/5] build: Add a Guile custom test driver using SRFI-64 Mathieu Lirzin
2016-03-23 23:38 ` [PATCH 3/5] tests: Silence guix-daemon Mathieu Lirzin
2016-03-23 23:38 ` [PATCH 4/5] tests: Silence %have-nix-hash? Mathieu Lirzin
2016-03-23 23:38 ` [PATCH 5/5] tests: Silence tar Mathieu Lirzin
2016-03-24  4:15 ` [PATCH 0/5] Automake custom test driver using SRFI-64 Eric Bavier
2016-03-24 17:02   ` Mathieu Lirzin
2016-03-27 21:39 ` Ludovic Courtès
2016-03-27 21:47   ` Mathieu Lirzin
2016-04-01 20:51 ` Ludovic Courtès
2016-04-02 10:59   ` Mathieu Lirzin
2016-04-02 13:22     ` Ludovic Courtès
2016-04-02 14:25       ` Mathieu Lirzin
2016-04-03 12:33         ` Mathieu Lirzin
2016-04-03 21:30           ` Ludovic Courtès
2016-04-01 21:45 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).