etk/etest/GLD_etest.json

30 lines
483 B
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"Ewol tool kit (test: test framework)",
"license":"MPL-2",
"license-file":"file://../LICENCE.txt",
"maintainer":"file://../authors.txt",
"author":"file://../authors.txt",
"version":"file://../version.txt",
"source": [
"etest/etest.cpp",
"etest/debug.cpp"
],
"header": [
"etest/etest.hpp",
"etest/debug.hpp"
],
"path":[
"."
],
"dependency": [
"etk-core",
"echrono",
"elog",
"cxx"
]
}