diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 94bd7365dd9a..f751cfa5b410 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -1732,7 +1732,7 @@ set debug-file-directory ~/.nix-profile/lib/debug Controls whether the installCheck phase is executed. By default it is skipped, but if doInstallCheck is set to true, the installCheck phase is usually executed. Thus you should set -doInstallCheck = true; + doInstallCheck = true; in the derivation to enable install checks. The exception is cross compilation. Cross compiled builds never run tests, no matter how doInstallCheck is set, as the newly-built program @@ -1740,6 +1740,29 @@ set debug-file-directory ~/.nix-profile/lib/debug + + + installCheckTarget + + + + The make target that runs the install tests. Defaults to + installcheck. + + + + + + installCheckFlags / installCheckFlagsArray + + + + A list of strings passed as additional flags to make. + Like makeFlags and makeFlagsArray, + but only used by the installCheck phase. + + + installCheckInputs