1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 08:15:23 +02:00

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

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
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

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`