diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-03-31 22:10:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-31 22:23:57 +0200 |
commit | 15aa2c38429a5785ed08519c88ff89a0b7027f0f (patch) | |
tree | 7f27314896deaed8d54ff1c518f60825d165c735 /Makefile.am | |
parent | 4e7b6b4838318ca127ae588a7a28c8608b0c8721 (diff) | |
download | patches-15aa2c38429a5785ed08519c88ff89a0b7027f0f.tar patches-15aa2c38429a5785ed08519c88ff89a0b7027f0f.tar.gz |
Add (guix build gremlin).
* guix/build/gremlin.scm, tests/gremlin.scm: New files.
* Makefile.am (MODULES): Add guix/build/gremlin.scm.
(SCM_TESTS): Add tests/gremlin.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 4a1f8d0a88..cf709986ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,7 @@ MODULES = \ guix/build/cvs.scm \ guix/build/svn.scm \ guix/build/syscalls.scm \ + guix/build/gremlin.scm \ guix/build/emacs-utils.scm \ guix/build/graft.scm \ guix/packages.scm \ @@ -178,6 +179,7 @@ SCM_TESTS = \ tests/union.scm \ tests/profiles.scm \ tests/syscalls.scm \ + tests/gremlin.scm \ tests/lint.scm if HAVE_GUILE_JSON |