summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-05-11 17:55:19 +0200
committerUlrich Müller <ulm@gentoo.org>2012-05-11 18:00:48 +0200
commit38ed6197b08bb6214ce170bf8cb03c9c3495c8ca (patch)
tree5aeede39903527045d2da8efd55e336fa9a3a397
parentSpecify syntax of EAPI assignment for parsing by package managers. (diff)
downloadpms-38ed6197b08bb6214ce170bf8cb03c9c3495c8ca.tar.gz
pms-38ed6197b08bb6214ce170bf8cb03c9c3495c8ca.tar.bz2
pms-38ed6197b08bb6214ce170bf8cb03c9c3495c8ca.zip
src_test really calls emake -j1, not make.
-rw-r--r--ebuild-functions.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 51d9263..fe32004 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -255,9 +255,9 @@ provided.
The initial working directory must be \t{S} if that exists, falling back to \t{WORKDIR} otherwise.
The default implementation used when the ebuild lacks the \t{src\_test} function must, if tests are
-enabled, run \t{make check} if and only if such a target is available, or if not run \t{make test},
-if and only such a target is available. In both cases, if make returns non-zero the build must be
-aborted.
+enabled, run \t{emake -j1 check} if and only if such a target is available, or if not run
+\t{emake -j1 test} if and only if such a target is available. In both cases, if \t{emake} returns
+non-zero the build must be aborted.
The \t{src\_test} function may be disabled by \t{RESTRICT}. See section~\ref{sec:restrict}. It may
be disabled by user too, using a PM-specific mechanism.