Update CONTRIBUTING.md
authorHermet Park <hermetpark@gmail.com>
Tue, 26 Oct 2021 06:52:24 +0000 (15:52 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 26 Oct 2021 08:32:20 +0000 (17:32 +0900)
CONTRIBUTING.md

index fe702b4..5713ff5 100644 (file)
@@ -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 />
 <br/>
 `
-$meson . build -Dtests=true -Dloaders="all" -Dsavers="tvg" -Dbindings="capi" -Dtools="svg2png, svg2tvg" -Dlog=true
+$meson . build -Dtests=true -Dloaders="all" -Dsavers="tvg" -Dbindings="capi" -Dtools="all" -Dlog=true
 `
 <br />
 `