diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-14 22:43:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-14 23:18:32 +0100 |
commit | 850edd77f92c1f40a1593f3505ff82fdd8719bad (patch) | |
tree | 75381e7abef46571bf0e2ec766821da4addda24b /Makefile.am | |
parent | 36f213fb704b96856d037df26e8e125aeb08edf2 (diff) | |
download | guix-850edd77f92c1f40a1593f3505ff82fdd8719bad.tar.gz |
pack: Add unit test.
* guix/scripts/pack.scm (self-contained-tarball): Add #:tar option. [build](tar-supports-sort?): New variable. Use it. * tests/pack.scm: New file. * Makefile.am (SCM_TESTS): Add it.
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 23171ae837..dea70de00f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -297,6 +297,7 @@ SCM_TESTS = \ tests/services.scm \ tests/scripts-build.scm \ tests/containers.scm \ + tests/pack.scm \ tests/import-utils.scm if HAVE_GUILE_JSON |