thorvg/test
Martin Capitanio 4def2a679c Fix clang compiler warnings in unit tests.
[clang] Warn on unqualified calls to std::move and std::forward
See: https://reviews.llvm.org/D119670

[141/166] Compiling C++ object test/tvgUnitTests.p/testAccessor.cpp.o
../thorvg-git/test/testAccessor.cpp:58:29: warning: unqualified call to
'std::move' [-Wunqualified-std-cast-call]
    picture = accessor->set(move(picture), nullptr);
                            ^
                            std::
...
2023-06-07 16:56:30 +09:00
..
capi tests: capi test for tvg_shape_set_paint_order 2023-05-20 13:23:47 +09:00
images test: updated tvg binaries. 2023-05-12 17:53:10 +09:00
regression infra: Improve regression finder 2023-05-08 10:38:27 +09:00
wasm test: remove gtest & its infra. 2021-06-03 17:38:07 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build portability: fix usage of TVG_API 2023-05-16 18:55:33 +09:00
testAccessor.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testFill.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testInitializer.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testPicture.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testSavers.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testScene.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testShape.cpp test shape: add stroke order test 2023-05-20 13:22:52 +09:00
testSwCanvas.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testSwCanvasBase.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testSwEngine.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00