diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-04-17 22:04:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-18 23:17:17 +0200 |
commit | 1563d6c79f759cb9a6cc5561463653f0f184cb36 (patch) | |
tree | 25d63a946bdb969252371000de7044cc4938b3d0 /Makefile.am | |
parent | 54412ebfeb51de88eecde28ac69ace46b2d9e420 (diff) | |
download | patches-1563d6c79f759cb9a6cc5561463653f0f184cb36.tar patches-1563d6c79f759cb9a6cc5561463653f0f184cb36.tar.gz |
Add (guix workers).
* guix/workers.scm, tests/workers.scm: New files.
* Makefile.am (MODULES, SCM_TESTS): Add them.
* .dir-locals.el: Add rule for 'eventually'.
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 c9671e2d14..46f9547117 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ MODULES = \ guix/licenses.scm \ guix/graph.scm \ guix/cve.scm \ + guix/workers.scm \ guix/zlib.scm \ guix/build-system.scm \ guix/build-system/ant.scm \ @@ -296,6 +297,7 @@ SCM_TESTS = \ tests/graph.scm \ tests/challenge.scm \ tests/cve.scm \ + tests/workers.scm \ tests/zlib.scm \ tests/file-systems.scm \ tests/system.scm \ |