guix-devel/tests
Ludovic Courtès 958dd3ce68
utils: Move combinators to (guix combinators).
* guix/utils.scm (compile-time-value, memoize, fold2)
(fold-tree, fold-tree-leaves): Move to...
* guix/combinators: ... here.  New file.
* tests/utils.scm ("fold2, 1 list", "fold2, 2 lists")
(fold-tree tests): Move to...
* tests/combinators.scm: ... here.  New file.
* Makefile.am (MODULES, SCM_TESTS): Add them.
* gnu/packages.scm, gnu/packages/bootstrap.scm,
gnu/services/herd.scm, guix/build-system/gnu.scm,
guix/build-system/python.scm, guix/derivations.scm,
guix/gnu-maintenance.scm, guix/import/elpa.scm,
guix/scripts/archive.scm, guix/scripts/build.scm,
guix/scripts/graph.scm, guix/scripts/lint.scm,
guix/scripts/size.scm, guix/scripts/substitute.scm,
guix/serialization.scm, guix/store.scm, guix/ui.scm: Adjust imports
accordingly.
2016-05-04 23:35:55 +02:00
..
base32.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
base64.scm substitute-binary: Support the Signature field of a narinfo file. 2014-03-30 12:02:10 +02:00
build-utils.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
builders.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
challenge.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
combinators.scm utils: Move combinators to (guix combinators). 2016-05-04 23:35:55 +02:00
containers.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
cpan.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
cpio.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
cran.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
cve-sample.xml Add (guix cve). 2015-11-26 22:35:01 +01:00
cve.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
derivations.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
elpa.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
file-systems.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
gem.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
gexp.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
gnu-maintenance.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
grafts.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
graph.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
gremlin.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
guix-archive.sh guix archive: Add '--extract'. 2015-10-19 10:10:47 +02:00
guix-authenticate.sh authenticate: Allow signatures with binary data to be written to stdout. 2014-04-22 11:30:58 +02:00
guix-build.sh packages: Support the deprecated "NAME-VERSION" syntax. 2016-03-08 11:38:46 +01:00
guix-daemon.sh tests: Disable grafts by default. 2016-03-02 14:47:07 +01:00
guix-download.sh guix download: Fail when more than one URL is passed. 2015-11-23 17:48:35 +01:00
guix-environment-container.sh environment: Properly handle SIGINT. 2016-03-27 15:09:21 -04:00
guix-environment.sh scripts: environment: Build environments as profiles. 2016-02-12 22:02:06 +01:00
guix-gc.sh guix gc: Error out when extra arguments are passed. 2015-11-11 23:29:20 +01:00
guix-graph.sh graph: Add '%bag-with-origins-node-type'. 2015-11-23 23:34:15 +01:00
guix-hash.sh guix hash: Add '--recursive'. 2014-02-21 23:49:52 +01:00
guix-lint.sh utils: Use '@' for separating package names and version numbers. 2016-03-02 21:41:41 +01:00
guix-package-net.sh guix package: '--search-paths' can report combined search paths. 2015-11-11 00:37:50 +01:00
guix-package.sh utils: Use '@' for separating package names and version numbers. 2016-03-02 21:41:41 +01:00
guix-register.sh guix-register: Perform deduplication even when --prefix is passed. 2015-06-10 13:47:58 +02:00
guix-system.sh services: Rename 'dmd' services to 'shepherd'. 2016-01-29 20:21:53 +03:00
hackage.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
hash.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
import-utils.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
lint.scm lint: 'check-vulnerabilities' follows package replacements. 2016-04-28 18:03:01 +02:00
monads.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
nar.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
packages.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
pk-crypto.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
pki.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
profiles.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
publish.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
pypi.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
records.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
scripts-build.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
scripts.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
services.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
sets.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
signing-key.pub daemon: Implement signed archive import/export. 2013-12-20 17:17:42 +01:00
signing-key.sec daemon: Implement signed archive import/export. 2013-12-20 17:17:42 +01:00
size.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
snix.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
store.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
substitute.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
syscalls.scm syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro. 2016-05-03 17:45:29 +02:00
system.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
test.drv Add unit test for derivation parsing and output. 2012-04-19 23:09:55 +02:00
ui.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
union.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
upstream.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
utils.scm utils: Move combinators to (guix combinators). 2016-05-04 23:35:55 +02:00