summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-03-31 22:10:08 +0200
committerLudovic Courtès <ludo@gnu.org>2015-03-31 22:23:57 +0200
commit15aa2c38429a5785ed08519c88ff89a0b7027f0f (patch)
tree7f27314896deaed8d54ff1c518f60825d165c735 /Makefile.am
parent4e7b6b4838318ca127ae588a7a28c8608b0c8721 (diff)
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.am2
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