36 lines
755 B
JSON
36 lines
755 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"TEST",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Basic audio types test unit",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"test/base.cpp",
|
|
"test/main.cpp",
|
|
"test/test_double.cpp",
|
|
"test/test_float.cpp",
|
|
"test/test_int16_16.cpp",
|
|
"test/test_int16_32.cpp",
|
|
"test/test_int24_24.cpp",
|
|
"test/test_int24_32.cpp",
|
|
"test/test_int32_32.cpp",
|
|
"test/test_int32_64.cpp",
|
|
"test/test_int64_64.cpp",
|
|
"test/test_int8_16.cpp",
|
|
"test/test_int8_8.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"audio",
|
|
"etest",
|
|
"test-debug"
|
|
]
|
|
} |