meson: add an example to run all tests in the project (#7740)

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
feature/windows-fix-syntax-2
Muhammad Falak R Wani 2022-02-02 19:16:46 +05:30 committed by GitHub
parent 9e13ea4571
commit 7b0f1fcd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
`meson compile -C {{path/to/build_dir}}`
- Run all tests in the project:
`meson test`
- Show the help:
`meson --help`