summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@snowmobile.(none)>2008-02-19 15:22:34 +0000
committerCiaran McCreesh <ciaran.mccreesh@blueyonder.co.uk>2008-02-19 19:07:20 +0000
commita69c4b25c27d79abafddd6136c609872d0f506f6 (patch)
tree2ada6b1216016ccd7898f6f5c7aec4da72e0a93a /ebuild-functions.tex
parentis -> shall behave as (diff)
downloadpms-a69c4b25c27d79abafddd6136c609872d0f506f6.tar.gz
pms-a69c4b25c27d79abafddd6136c609872d0f506f6.tar.bz2
pms-a69c4b25c27d79abafddd6136c609872d0f506f6.zip
Be more specific about src_test target call orders
Diffstat (limited to 'ebuild-functions.tex')
-rw-r--r--ebuild-functions.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 9de48e9..1204bec 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -90,7 +90,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} or \t{make test}, whichever exists, and abort if this fails.
+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.
\subsection{src\_install}
\label{src-install-function}