thorvg/test
Elliott Sales de Andrade 5f08b9ade4 build: Remove redundant comparisons
If a Meson option is typed as `boolean`, the `get_option` returns a
boolean, and comparing it with `true` is redundant. Meson also errors if
you try to compare across types, so it couldn't _not_ be a boolean.

Also, Meson is not C, so no need for parentheses around `if` conditions.
2024-08-19 17:42:40 +09:00
..
capi API: deprecate the appendArc() api 2024-08-16 13:30:58 +09:00
regression common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
resources test: coverage enhancement 2024-08-07 12:02:22 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00
testAccessor.cpp test: coverage enhancement 2024-08-07 12:02:22 +09:00
testAnimation.cpp test: coverage enhancement 2024-08-07 12:02:22 +09:00
testFill.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testInitializer.cpp tests: version api tests 2024-07-18 12:47:58 +09:00
testLottie.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp renderer/paint: revise the Paint::bounds() behavior 2024-08-07 12:02:22 +09:00
testPicture.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testSavers.cpp tests: add missing capi saver tests & ifdefs 2024-06-20 00:03:07 +09:00
testScene.cpp API: revise the APIs. 2024-07-05 21:25:58 +09:00
testShape.cpp API: deprecate the appendArc() api 2024-08-16 13:30:58 +09:00
testSwCanvas.cpp common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
testSwEngine.cpp API: deprecate the appendArc() api 2024-08-16 13:30:58 +09:00
testText.cpp ttf_loader: Basic support for composite glyphs loading (#2600) 2024-07-31 12:51:22 +09:00