From a38bae259ef48dd1369a7b2a57f0419016120aad Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 27 Apr 2019 00:12:04 +0000 Subject: [PATCH] docs: Update tests instructions The documentation still refers to autotools, update it to use the corresponding meson commands. https://gitlab.gnome.org/GNOME/mutter/issues/568 --- src/tests/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tests/README b/src/tests/README index 2038eb825..9c620c328 100644 --- a/src/tests/README +++ b/src/tests/README @@ -29,10 +29,9 @@ The tests are installed according to: https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests -if --enable-installed-tests is passed to configure. You can run them -uninstalled with: +if -Dtests=true is passed to `meson configure`. You can run them uninstalled with: - cd src && make run-tests + ninja test Command reference =================