diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-24 18:03:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-24 18:05:03 +0200 |
commit | 7a18c3cc1098eab7499f6c8352211258432a527a (patch) | |
tree | 662dd31f3ce30da2924833e7bf63e8fc6153f6e5 /Makefile.am | |
parent | 8de3df72bc96cc3f7739e61699831557852cea6b (diff) | |
download | patches-7a18c3cc1098eab7499f6c8352211258432a527a.tar patches-7a18c3cc1098eab7499f6c8352211258432a527a.tar.gz |
Add (guix cpio).
* guix/cpio.scm, tests/cpio.scm: New files.
* Makefile.am (MODULES): Add guix/cpio.scm.
(SCM_TESTS): Add tests/cpio.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9b1d31c666..22ee938c42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ include gnu-system.am MODULES = \ guix/base32.scm \ guix/base64.scm \ + guix/cpio.scm \ guix/records.scm \ guix/gcrypt.scm \ guix/hash.scm \ @@ -170,6 +171,7 @@ clean-go: SCM_TESTS = \ tests/base32.scm \ tests/base64.scm \ + tests/cpio.scm \ tests/hash.scm \ tests/pk-crypto.scm \ tests/pki.scm \ |