docs: update test setup command to use meson setup [options]

This commit is contained in:
jjm2317 2025-07-17 00:55:18 +09:00 committed by Hermet Park
parent 15aafbfe62
commit d3a49fe20b

View file

@ -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 />
`