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
This commit is contained in:
Douglas R. Reno 2019-04-27 00:12:04 +00:00 committed by Georges Basile Stavracas Neto
parent c53aa89098
commit a38bae259e
No known key found for this signature in database
GPG Key ID: 886C17EE170D1385

View File

@ -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
=================