29 lines
566 B
JSON
29 lines
566 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"TEST",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Ewol Physic engine 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/testAABB.cpp",
|
|
"test/testCollisionWorld.cpp",
|
|
"test/testDynamicAABBTree.cpp",
|
|
"test/testPointInside.cpp",
|
|
"test/testRaycast.cpp"
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"dependency": [
|
|
"ephysics",
|
|
"etest",
|
|
"test-debug"
|
|
]
|
|
} |