mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
b02af7d77b
commit
016c2c34dd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Hermet Park (hermet) is the lead maintainer. Also there are designated maintaine
|
||||||
After updating ThorVG code, please verify your change doesn't break the library. We suggest unit-tests using the Catch2 framework. You can easily run it with build commands as the following: <br />
|
After updating ThorVG code, please verify your change doesn't break the library. We suggest unit-tests using the Catch2 framework. You can easily run it with build commands as the following: <br />
|
||||||
<br/>
|
<br/>
|
||||||
`
|
`
|
||||||
$meson . build -Dtests=true
|
$meson . build -Dtests=true -Dloaders="all" -Dsavers="tvg" -Dbindings="capi" -Dtools="svg2png, svg2tvg" -Dlog=true
|
||||||
`
|
`
|
||||||
<br />
|
<br />
|
||||||
`
|
`
|
||||||
|
|
Loading…
Add table
Reference in a new issue