diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-20 00:55:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-20 00:57:36 +0200 |
commit | d23c20f1d054935d4d865adfbfb5777c512444e1 (patch) | |
tree | 6e51977778282a331a26485573cda6c5561b2c16 /Makefile.am | |
parent | ea0c6e0507a6997f12a4f29d0445b51cf53bd81e (diff) | |
download | patches-d23c20f1d054935d4d865adfbfb5777c512444e1.tar patches-d23c20f1d054935d4d865adfbfb5777c512444e1.tar.gz |
Add 'guix challenge'.
* guix/scripts/challenge.scm, tests/challenge.scm: New files.
* Makefile.am (MODULES): Add the former.
(SCM_TESTS): Add the latter.
* doc.am (SUBCOMMANDS): Add 'challenge'.
* doc/guix.texi (Substitutes): Add xref to 'guix challenge'.
(Invoking guix challenge): New node.
* doc/contributing.texi (Submitting Patches): Add note about using 'guix
challenge'.
* po/guix/POTFILES.in: Add guix/scripts/challenge.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 18fbd9d578..6f785e7083 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,6 +116,7 @@ MODULES = \ guix/scripts/refresh.scm \ guix/scripts/system.scm \ guix/scripts/lint.scm \ + guix/scripts/challenge.scm \ guix/scripts/import/cran.scm \ guix/scripts/import/gnu.scm \ guix/scripts/import/nix.scm \ @@ -218,6 +219,7 @@ SCM_TESTS = \ tests/scripts.scm \ tests/size.scm \ tests/graph.scm \ + tests/challenge.scm \ tests/file-systems.scm \ tests/services.scm \ tests/containers.scm |