mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-12 17:26:19 +02:00
dcbe2453f5
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 |