diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d042bfc..fe702b48 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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:

` -$meson . build -Dtests=true +$meson . build -Dtests=true -Dloaders="all" -Dsavers="tvg" -Dbindings="capi" -Dtools="svg2png, svg2tvg" -Dlog=true `
`