]> O.S.I.I.S - jp/vkvg.git/commit
split tests in several exe
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 19 Mar 2019 18:42:25 +0000 (19:42 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 19 Mar 2019 18:42:25 +0000 (19:42 +0100)
commitf0897c4946a1263bddde6cd8abe04bc5a291577d
tree7a4f635fe6d5f9e70c18688c4ebdcef59aee9b09
parent141175b0806001be673c1657b04de377cce1ae0a
split tests in several exe
31 files changed:
CMakeLists.txt
include/nanosvg.h [deleted file]
tests/clip.c [new file with mode: 0644]
tests/colinear.c [new file with mode: 0644]
tests/common/nanosvg.h [new file with mode: 0644]
tests/common/test.c [new file with mode: 0644]
tests/common/test.h [new file with mode: 0644]
tests/common/vkengine.c [new file with mode: 0644]
tests/common/vkengine.h [new file with mode: 0644]
tests/curve.c [new file with mode: 0644]
tests/curve2.c [new file with mode: 0644]
tests/data/miroir.jpg [new file with mode: 0755]
tests/data/tiger.svg [new file with mode: 0644]
tests/fill.c [new file with mode: 0644]
tests/fill_and_stroke.c [new file with mode: 0644]
tests/gradient.c [new file with mode: 0644]
tests/gradient_transform.c [new file with mode: 0644]
tests/img_surf.c [new file with mode: 0644]
tests/line_caps.c [new file with mode: 0644]
tests/line_join.c [new file with mode: 0644]
tests/multi.c [new file with mode: 0644]
tests/painting.c [new file with mode: 0644]
tests/random_rects.c [new file with mode: 0644]
tests/rect_fill.c [new file with mode: 0644]
tests/simple_paint.c [new file with mode: 0644]
tests/stroke.c [new file with mode: 0644]
tests/svg.c [new file with mode: 0644]
tests/test1.c
tests/text.c [new file with mode: 0644]
tests/vkengine.c [deleted file]
tests/vkengine.h [deleted file]