From: Simon McVittie Date: Mon, 28 Apr 2025 12:27:45 +0000 (+0100) Subject: meson: Remove a leftover reference to `make check` X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d18c7f6889c924281fa878b2df935e9d7dccd5d1;p=thirdparty%2Fdbus.git meson: Remove a leftover reference to `make check` Meson build-time tests are run with `meson test` instead, but let's say "automated tests" generically, rather than a specific command. Signed-off-by: Simon McVittie --- diff --git a/meson_options.txt b/meson_options.txt index 1bd00579f..079b04da8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -247,7 +247,7 @@ option( option( 'test_socket_dir', type: 'string', - description: 'Where to put sockets for make check' + description: 'Where to put sockets for automated tests' ) option(