]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3680] Minor: make check -> meson test
authorAndrei Pavel <andrei@isc.org>
Thu, 19 Jun 2025 14:47:06 +0000 (17:47 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 19 Jun 2025 14:47:06 +0000 (17:47 +0300)
doc/devel/unit-tests.dox
src/lib/testutils/dhcp_test_lib.sh.in
src/lib/testutils/xml_reporting_test_lib.sh.in

index 86a49c9df7dd0795d5880cc5f8eef4615e62251b..5490d5039acaff9cea441b3be2dc1272b340dc18 100644 (file)
@@ -203,7 +203,7 @@ anything e.g. `DEBUG=true`. `unset DEBUG` to remove this behavior.
   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>).
@@ -400,7 +400,7 @@ local   all             postgres                                trust
   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>).
index 65edb299a2e0116c2c342708ccb68e4ec5068582..b4f479d7d53af39a5476b83fad781772c77d5010 100755 (executable)
@@ -281,7 +281,7 @@ test_finish() {
     # 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}"
index da37a24e745d0f21251b799d911e06f63b38ea61..b0c1576e57e0c8aed112ba73d3647ac0d692f868 100755 (executable)
@@ -287,7 +287,7 @@ _create_xml() {
     # *_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