Bye
%@endverbatim
- The unit tests are run automatically when "make check" is executed (providing
+ The unit tests are run automatically when "meson test" is executed (providing
that Kea has been built with the "-D mysql" switch (see the installation
section in the <a href="https://kea.readthedocs.io/">Kea Administrator
Reference Manual</a>).
In general case, it is a poor idea to run anything of value on a system
that runs tests. Use caution!
- The unit tests are run automatically when "make check" is executed (providing
+ The unit tests are run automatically when "meson test" is executed (providing
that Kea has been build with the "-D postgresql" switch (see the installation
section in the <a href="https://kea.readthedocs.io">Kea Administrator
Reference Manual</a>).
# Reset traps.
traps_off
- # Explicitly return ${exit_code}. The effect should be for `make check` to
+ # Explicitly return ${exit_code}. The effect should be for `meson test` to
# return with the exit same code or at least another non-zero exit code thus
# reporting a failure.
return "${exit_code}"
# *_test.sh to another. The consensus that need to be kept so that this
# works correctly are:
# * Needless to say, don't set this variable on your own.
- # * Always call these scripts directly or through `make check`.
+ # * Always call these scripts directly or through `meson test`.
# Never source test files e.g. `source memfile_tests.sh` or
# `. memfile_tests.sh`.
# * The ${xml} passed here must be deterministically and uniquely