35 lines
747 B
JSON
35 lines
747 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"TEST",
|
|
"group-id":"com.atria-soft",
|
|
"description":"eSVG test-unit",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENCE.txt",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
|
|
"source": [
|
|
"test/main.cpp",
|
|
"test/testCircle.cpp",
|
|
"test/testEllipse.cpp",
|
|
"test/testGroup.cpp",
|
|
"test/testLine.cpp",
|
|
"test/testParsingFile.cpp",
|
|
"test/testPath.cpp",
|
|
"test/testPolygon.cpp",
|
|
"test/testPolyline.cpp",
|
|
"test/testRectangle.cpp",
|
|
"test/testJoin.cpp",
|
|
"test/testCap.cpp",
|
|
"test/testColor.cpp",
|
|
"test/testStyle.cpp",
|
|
"test/testGradientLinear.cpp",
|
|
"test/testGradientRadial.cpp"
|
|
],
|
|
"dependency": [
|
|
"esvg",
|
|
"etest",
|
|
"test-debug"
|
|
]
|
|
} |