mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
doc: Emacs Packages: Remove outdated commentary on testing.
* doc/contributing.texi (Emacs Packages): Removeoutdated commentary on testing. We now run the tests by default like is done in other build systems. Change-Id: I245a0a412615a1177fbd1b6e723fda3749f7e49f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
b5e567bb2b
commit
b17268b53e
@@ -1433,14 +1433,7 @@ called at the top level.
|
||||
Emacs packages should preferably use the Emacs build system
|
||||
(@pxref{emacs-build-system}), for uniformity and the benefits provided
|
||||
by its build phases, such as the auto-generation of the autoloads file
|
||||
and the byte compilation of the sources. Because there is no
|
||||
standardized way to run a test suite for Emacs packages, tests are
|
||||
disabled by default. When a test suite is available, it should be
|
||||
enabled by setting the @code{#:tests?} argument to @code{#true}. By
|
||||
default, the command to run the test is @command{make check}, but any
|
||||
command can be specified via the @code{#:test-command} argument. The
|
||||
@code{#:test-command} argument expects a list containing a command and
|
||||
its arguments, to be invoked during the @code{check} phase.
|
||||
and the byte compilation of the sources.
|
||||
|
||||
The Elisp dependencies of Emacs packages are typically provided as
|
||||
@code{propagated-inputs} when required at run time. As for other
|
||||
|
||||
Reference in New Issue
Block a user