mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
Meson uses a venerable GNU convention described in https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html in which: > When no test protocol is in use, an exit status of 0 from a test > script will denote a success, an exit status of 77 a skipped test, an > exit status of 99 a hard error, and any other exit status will denote > a failure. 77 is thus what we want, not 99. |
||
|---|---|---|
| .. | ||
| build-dir.mk | ||
| clean.mk | ||
| common-test.sh | ||
| compilation-database.mk | ||
| cxx-big-literal.mk | ||
| debug-test.sh | ||
| functions.mk | ||
| install-dirs.mk | ||
| install.mk | ||
| lib.mk | ||
| libraries.mk | ||
| patterns.mk | ||
| platform.mk | ||
| precompiled-headers.mk | ||
| programs.mk | ||
| run-test.sh | ||
| templates.mk | ||
| tests.mk | ||
| tracing.mk | ||