examples: removed test prefix
authorHermet Park <chuneon.park@samsung.com>
Wed, 7 Oct 2020 04:57:10 +0000 (13:57 +0900)
committerHermet Park <chuneon.park@samsung.com>
Wed, 7 Oct 2020 05:20:41 +0000 (14:20 +0900)
commit96e8cfd6de890e7f6d7b8edcea58c912bf2929dc
treea2fd8eb6fddd1d6112837734e22068de28907267
parentc85542e45b16482760d159161d779581b5cbfbbc
examples: removed test prefix

Change-Id: Ie7a897ebaac59701665a5340db31110599a63b8d
28 files changed:
src/examples/Arc.cpp [moved from src/examples/testArc.cpp with 99% similarity]
src/examples/Async.cpp [moved from src/examples/testAsync.cpp with 99% similarity]
src/examples/Blending.cpp [moved from src/examples/testBlending.cpp with 99% similarity]
src/examples/Boundary.cpp [moved from src/examples/testBoundary.cpp with 99% similarity]
src/examples/Capi.cpp [moved from src/examples/testCapi.cpp with 100% similarity]
src/examples/ClipPath.cpp [moved from src/examples/testClipPath.cpp with 99% similarity]
src/examples/Common.h [moved from src/examples/testCommon.h with 100% similarity]
src/examples/CustomTransform.cpp [moved from src/examples/testCustomTransform.cpp with 99% similarity]
src/examples/DirectUpdate.cpp [moved from src/examples/testDirectUpdate.cpp with 99% similarity]
src/examples/Duplicate.cpp [moved from src/examples/testDuplicate.cpp with 99% similarity]
src/examples/GradientTransform.cpp [moved from src/examples/testGradientTransform.cpp with 99% similarity]
src/examples/LinearGradient.cpp [moved from src/examples/testLinearGradient.cpp with 99% similarity]
src/examples/Path.cpp [moved from src/examples/testPath.cpp with 99% similarity]
src/examples/PathCopy.cpp [moved from src/examples/testPathCopy.cpp with 99% similarity]
src/examples/RadialGradient.cpp [moved from src/examples/testRadialGradient.cpp with 99% similarity]
src/examples/Scene.cpp [moved from src/examples/testScene.cpp with 99% similarity]
src/examples/SceneTransform.cpp [moved from src/examples/testSceneTransform.cpp with 99% similarity]
src/examples/Shape.cpp [moved from src/examples/testShape.cpp with 99% similarity]
src/examples/Stress.cpp [moved from src/examples/testStress.cpp with 99% similarity]
src/examples/Stroke.cpp [moved from src/examples/testStroke.cpp with 99% similarity]
src/examples/StrokeLine.cpp [moved from src/examples/testStrokeLine.cpp with 99% similarity]
src/examples/Svg.cpp [moved from src/examples/testSvg.cpp with 99% similarity]
src/examples/Svg2.cpp [moved from src/examples/testSvg2.cpp with 99% similarity]
src/examples/Transform.cpp [moved from src/examples/testTransform.cpp with 99% similarity]
src/examples/Update.cpp [moved from src/examples/testUpdate.cpp with 99% similarity]
src/examples/meson.build
src/examples/testMultiCanvas.cpp [deleted file]
src/examples/testMultiShapes.cpp [deleted file]