diff options
author | Fredrik Salomonsson <plattfot@posteo.net> | 2022-06-05 19:51:42 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-17 23:39:31 +0200 |
commit | f8275916fc6fcb3dd9bd8ef7dc4ddce2dca98c7d (patch) | |
tree | a888f9cbbf8b72deed9e9de4a5700abe0eb6c761 /Makefile.am | |
parent | 6013f808102e7e2093b41fc71324cdd89bb607a0 (diff) | |
download | guix-f8275916fc6fcb3dd9bd8ef7dc4ddce2dca98c7d.tar.gz |
guix: emacs-utils: Add emacs-batch-script.
* guix/build/emacs-utils.scm (emacs-batch-script): New procedure. * tests/build-emacs-utils.scm: New file. * Makefile.am (TESTS): Add `tests/build-emacs-utils.scm'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ade53866b3..6c8822138d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -472,6 +472,7 @@ SCM_TESTS = \ tests/boot-parameters.scm \ tests/bournish.scm \ tests/builders.scm \ + tests/build-emacs-utils.scm \ tests/build-utils.scm \ tests/cache.scm \ tests/challenge.scm \ |