ejson/GLD_ejson-test.json

27 lines
536 B
JSON

{
"type":"BINARY",
"sub-type":"TEST",
"group-id":"com.atria-soft",
"description":"e-json test application",
"license":"MPL-2",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"test/test.cpp",
"test/testCommon.cpp",
"test/testDocument.cpp",
"test/testBoolean.cpp",
"test/testNull.cpp",
"test/testNumber.cpp",
"test/testAll.cpp"
],
"dependency": [
"ejson",
"etest",
"test-debug"
]
}