test: fix broken plugin support. 38/291438/1
authorHermet Park <hermetpark@gmail.com>
Thu, 6 Apr 2023 10:34:07 +0000 (19:34 +0900)
committerjykeon <jykeon@samsung.com>
Mon, 17 Apr 2023 03:15:05 +0000 (12:15 +0900)
commitfec8f268b74b224cb1f5158dbc6e4572aa6d857e
tree7d4c9d00b4ba146fe229823bb9bbf86c6b7a02d0
parent5b91e85782515b6a484f82e6830eb5775330d5da
test: fix broken plugin support.

The thorvg test should not attempt to perform features
that were not enabled, as this will cause them to fail.

@Issues: https://github.com/thorvg/thorvg/issues/1251

Change-Id: I6a63d9370bc5f08a8d42ec77fb970d5834d8d82d
Signed-off-by: jykeon <jykeon@samsung.com>
22 files changed:
test/capi/capiFill.cpp
test/capi/capiInitializer.cpp
test/capi/capiLinearGradient.cpp
test/capi/capiPaint.cpp
test/capi/capiPicture.cpp
test/capi/capiRadialGradient.cpp
test/capi/capiSavers.cpp
test/capi/capiScene.cpp
test/capi/capiShape.cpp
test/capi/capiSwCanvas.cpp
test/images/rawimage_250x375.raw [new file with mode: 0644]
test/testAccessor.cpp
test/testFill.cpp
test/testInitializer.cpp
test/testPaint.cpp
test/testPicture.cpp
test/testSavers.cpp
test/testScene.cpp
test/testShape.cpp
test/testSwCanvas.cpp
test/testSwCanvasBase.cpp
test/testSwEngine.cpp