diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-07 22:45:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-07 23:32:01 +0100 |
commit | 202440e07a9dd40dc4b9814a91c67e24554d53c1 (patch) | |
tree | 1035d4a2fd388299b9acb2e349442077b2ac8a1d /Makefile.am | |
parent | fa04a04f18bbab671459ea789fb61da6cd1d74fb (diff) | |
download | guix-202440e07a9dd40dc4b9814a91c67e24554d53c1.tar guix-202440e07a9dd40dc4b9814a91c67e24554d53c1.tar.gz |
gnu-maintenance: Add tests for 'release-file?'.
* tests/gnu-maintenance.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* guix/gnu-maintenance.scm (release-file?): Export.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 245070b033..4adf39ee05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -199,6 +199,7 @@ SCM_TESTS = \ tests/pk-crypto.scm \ tests/pki.scm \ tests/sets.scm \ + tests/gnu-maintenance.scm \ tests/substitute.scm \ tests/builders.scm \ tests/derivations.scm \ |