mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-18 20:36:43 +00:00
docs: update test setup command to use meson setup [options]
This commit is contained in:
parent
15aafbfe62
commit
d3a49fe20b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ThorVG uses GitHub infrastructure to automatically assign code reviewers for you
|
|||
After updating the ThorVG code, please ensure your changes don't break the library. We recommend conducting unit tests. You can easily run them using the following build commands:
|
||||
<br/>
|
||||
`
|
||||
$meson . build -Dtests=true -Dloaders="all" -Dsavers="all" -Dbindings="capi" -Dtools="all" -Dlog=true
|
||||
$meson setup build -Dtests=true -Dloaders="all" -Dsavers="all" -Dbindings="capi" -Dtools="all" -Dlog=true
|
||||
`
|
||||
<br />
|
||||
`
|
||||
|
|
Loading…
Add table
Reference in a new issue