+1
-1
doc/builders/testers.chapter.md
+1
-1
doc/builders/testers.chapter.md
···-This chapter describes several testing builders which are available in the <literal>testers</literal> namespace.
+1
-1
doc/stdenv/meta.chapter.md
+1
-1
doc/stdenv/meta.chapter.md
···
+4
-3
doc/stdenv/stdenv.chapter.md
+4
-3
doc/stdenv/stdenv.chapter.md
···The installCheck phase checks whether the package was installed correctly by running its test suite against the installed directories. The default `installCheck` calls `make installcheck`.-It is often better to add tests that are not part of the source distribution to `passthru.tests` (see <xref linkend="var-meta-tests"/>). This avoids adding overhead to every build and enables us to run them independently.+It is often better to add tests that are not part of the source distribution to `passthru.tests` (see+[](#var-meta-tests)). This avoids adding overhead to every build and enables us to run them independently.#### Variables controlling the installCheck phase {#variables-controlling-the-installcheck-phase}···This setup hook patches installed scripts to add Nix store paths to their shebang interpreter as found in the build environment. The [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) line tells a Unix-like operating system which interpreter to use to execute the script's contents.···