]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
meson: Remove a leftover reference to `make check`
authorSimon McVittie <smcv@collabora.com>
Mon, 28 Apr 2025 12:27:45 +0000 (13:27 +0100)
committerSimon McVittie <smcv@collabora.com>
Fri, 16 May 2025 10:22:11 +0000 (10:22 +0000)
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 <smcv@collabora.com>
meson_options.txt

index 1bd00579f1bf3482aecf7c1e42eb556579d963b0..079b04da8e27d90f12db57f17bf24c3952405814 100644 (file)
@@ -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(