diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-08-27 17:21:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-09-28 13:10:10 +0200 |
commit | 68a91a183b29c62232fb048bb27e10b6ff2e39dd (patch) | |
tree | cea51c097a48806f16259449e4b5079033f2e121 /Makefile.am | |
parent | 523ecbbbedfed6bd902309286e00a6f04b1ff195 (diff) | |
download | guix-68a91a183b29c62232fb048bb27e10b6ff2e39dd.tar guix-68a91a183b29c62232fb048bb27e10b6ff2e39dd.tar.gz |
import: Add package->code.
* guix/import/print.scm: New file.
* tests/print.scm: New file.
* Makefile.am (SCM_TESTS): Add new test file.
(MODULES): Add print.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 a178d53cb5..e16f15acef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,6 +143,7 @@ MODULES = \ guix/build/make-bootstrap.scm \ guix/search-paths.scm \ guix/packages.scm \ + guix/import/print.scm \ guix/import/utils.scm \ guix/import/gnu.scm \ guix/import/snix.scm \ @@ -275,6 +276,7 @@ SCM_TESTS = \ tests/hash.scm \ tests/pk-crypto.scm \ tests/pki.scm \ + tests/print.scm \ tests/sets.scm \ tests/modules.scm \ tests/gnu-maintenance.scm \ |