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 /guix | |
parent | fa04a04f18bbab671459ea789fb61da6cd1d74fb (diff) | |
download | gnu-guix-202440e07a9dd40dc4b9814a91c67e24554d53c1.tar gnu-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 'guix')
-rw-r--r-- | guix/gnu-maintenance.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm index aa3202fd2c..b3240f82a4 100644 --- a/guix/gnu-maintenance.scm +++ b/guix/gnu-maintenance.scm @@ -50,6 +50,7 @@ find-packages gnu-package? + release-file? releases latest-release gnu-release-archive-types |