ememory/GLD_ememory-test.json

28 lines
556 B
JSON

{
"type":"BINARY",
"sub-type":"TEST",
"group-id":"com.atria-soft",
"description":"e-memory test-unit",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"test/main.cpp",
"test/testUnique.cpp",
"test/testRef.cpp",
"test/testShared.cpp",
"test/testWeak.cpp",
"test/testEnableSharedFromThis.cpp",
"test/testCasts.cpp"
],
"dependency": [
"cxx",
"ememory",
"test-debug",
"etest"
]
}