{
	"type":"LIBRARY",
	"group-id":"com.atria-soft",
	"description":"Ewol tool kit (test: test framework)",
	"license":"MPL-2",
	"license-file":"file://../LICENSE.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"
	]
}