This is an automated email from the git hooks/post-receive script.
lilyp pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3f86edae29 gnu: Register emacs tests.
3f86edae29 is described below
commit 3f86edae29ec7a285044bbc293ad7d02b1e843a5
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jul 21 12:57:27 2024 +0200
gnu: Register emacs tests.
This is a follow-up to f8364fabbd1dd9b3cfd098ddf8ea13b29c066866, adding the
new test to the Makefile.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add %D%/tests/emacs.scm.
---
gnu/local.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/local.mk b/gnu/local.mk
index 15e0c3f1fa..c10a93017b 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -814,6 +814,7 @@ GNU_SYSTEM_MODULES = \
%D%/tests/desktop.scm \
%D%/tests/dict.scm \
%D%/tests/docker.scm \
+ %D%/tests/emacs.scm \
%D%/tests/file-sharing.scm \
%D%/tests/ganeti.scm \
%D%/tests/gdm.scm \