49 lines
916 B
JSON
49 lines
916 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"TEST",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Stylizer for C++ test",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENCE.txt",
|
|
"maintainer":"file://author.txt",
|
|
"author":"file://author.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"test/main.cpp",
|
|
"test/testBlock.cpp",
|
|
"test/testClass.cpp",
|
|
"test/testComment.cpp",
|
|
"test/testDoWhile.cpp",
|
|
"test/testElse.cpp",
|
|
"test/testFor.cpp",
|
|
"test/testFunction.cpp",
|
|
"test/testIf.cpp",
|
|
"test/testNamespace.cpp",
|
|
"test/testPreprocessor.cpp",
|
|
"test/testStruct.cpp",
|
|
"test/testSwitch.cpp",
|
|
"test/testTemplate.cpp",
|
|
"test/testType.cpp",
|
|
"test/testVariable.cpp",
|
|
"test/testWhile.cpp"
|
|
],
|
|
"path":[
|
|
"test"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"estyle",
|
|
"etest",
|
|
"test-debug"
|
|
],
|
|
"copy":[
|
|
{
|
|
"path":"data/*",
|
|
"to":"test"
|
|
}
|
|
]
|
|
} |