From 8500e28d7bff6697997f6f5924eab3aaa0ffd78c Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 23 Jun 2018 21:24:04 +0200 Subject: doc: add installCheckTarget and installCheckFlags to manual Fixes #42393 --- doc/stdenv.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'doc/stdenv.xml') diff --git a/doc/stdenv.xml b/doc/stdenv.xml index e7f52377e687c..e0706a296e026 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -1731,7 +1731,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 @@ -1739,6 +1739,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 -- cgit 1.4.1