mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Update CONTRIBUTING.md
fix typos.
This commit is contained in:
parent
5abcb19e6c
commit
1fedb49e59
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Hermet Park (hermet) is the lead maintainer but there are designated sub-module
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
## Self Test & Verification
|
## Self Test & Verification
|
||||||
After updated ThorVG code, please verify your change doesn't break the library. We suggests a unit-tests using Catch2 frameworks. You can easily run the Unit Tests 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
|
||||||
|
@ -24,7 +24,7 @@ $ninja -C build test
|
||||||
`
|
`
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
Please make it sure running all tests and no any Fail cases.<br/>
|
Please make it sure running all tests and no any fail case.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
Expected Fail: 0<br/>
|
Expected Fail: 0<br/>
|
||||||
Fail: 0<br/>
|
Fail: 0<br/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue