From 7b0f1fcd45c94f8f12e94aca7a3a3d3006922f01 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Wed, 2 Feb 2022 19:16:46 +0530 Subject: [PATCH] meson: add an example to run all tests in the project (#7740) Signed-off-by: Muhammad Falak R Wani --- pages/common/meson.md | 4 ++++ 1 file changed, 4 insertions(+) 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`