mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 20:35:26 +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:
parent
9e13ea4571
commit
7b0f1fcd45
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
`meson compile -C {{path/to/build_dir}}`
|
`meson compile -C {{path/to/build_dir}}`
|
||||||
|
|
||||||
|
- Run all tests in the project:
|
||||||
|
|
||||||
|
`meson test`
|
||||||
|
|
||||||
- Show the help:
|
- Show the help:
|
||||||
|
|
||||||
`meson --help`
|
`meson --help`
|
||||||
|
|
Loading…
Add table
Reference in a new issue