diff --git a/pages/common/meson.md b/pages/common/meson.md index 1658389239..18cc1cb4fe 100644 --- a/pages/common/meson.md +++ b/pages/common/meson.md @@ -15,6 +15,10 @@ `meson compile -C {{path/to/build_dir}}` +- Run all tests in the project: + +`meson test` + - Show the help: `meson --help`