[RELEASE] create release 0.6.0
This commit is contained in:
parent
1d53d2b966
commit
2b5e394a8f
@ -22,7 +22,7 @@ def get_maintainer():
|
|||||||
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
|
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
return [0,5,"dev"]
|
return [0,6,0]
|
||||||
|
|
||||||
def create(target, module_name):
|
def create(target, module_name):
|
||||||
my_module = module.Module(__file__, module_name, get_type())
|
my_module = module.Module(__file__, module_name, get_type())
|
||||||
|
@ -26,8 +26,6 @@ int main(int argc, const char *argv[]) {
|
|||||||
::testing::InitGoogleTest(&argc, const_cast<char **>(argv));
|
::testing::InitGoogleTest(&argc, const_cast<char **>(argv));
|
||||||
// init etk log system and file interface:
|
// init etk log system and file interface:
|
||||||
etk::init(argc, argv);
|
etk::init(argc, argv);
|
||||||
// TODO : Check this ...
|
|
||||||
etk::initDefaultFolder("ejson_test");
|
|
||||||
// Run all test with gtest
|
// Run all test with gtest
|
||||||
return RUN_ALL_TESTS();
|
return RUN_ALL_TESTS();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user