32 lines
747 B
JSON
32 lines
747 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"TEST",
|
|
"group-id":"com.atria-soft",
|
|
"description":"e-xml test software",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"test/main.cpp",
|
|
"test/exmlTestAll.cpp",
|
|
"test/exmlTestComment.cpp",
|
|
"test/exmlTestElement.cpp",
|
|
"test/exmlTestAttribute.cpp",
|
|
"test/exmlTestCommon.cpp",
|
|
"test/exmlTestDeclaration.cpp",
|
|
"test/exmlTestDeclarationXML.cpp",
|
|
"test/exmlTestParseComment.cpp",
|
|
"test/exmlTestParseElement.cpp",
|
|
"test/exmlTestParseAttribute.cpp",
|
|
"test/exmlTestParseDeclaration.cpp"
|
|
],
|
|
"dependency": [
|
|
"exml",
|
|
"etest",
|
|
"test-debug"
|
|
]
|
|
} |