28 lines
453 B
JSON
28 lines
453 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"TEST",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Test software for egami",
|
|
"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"
|
|
],
|
|
"dependency": [
|
|
"egami",
|
|
"algue",
|
|
"etest",
|
|
"test-debug"
|
|
],
|
|
"copy": [
|
|
{
|
|
"path":"data/*",
|
|
"to":""
|
|
}
|
|
]
|
|
} |