[DEV] compilation test error
This commit is contained in:
parent
d2997292a5
commit
b60324928a
@ -13,6 +13,7 @@
|
|||||||
#include <etk/Hash.h>
|
#include <etk/Hash.h>
|
||||||
#include <etk/os/FSNode.h>
|
#include <etk/os/FSNode.h>
|
||||||
#include <etk/archive/Archive.h>
|
#include <etk/archive/Archive.h>
|
||||||
|
#include <etk/log.h>
|
||||||
|
|
||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ "etktest"
|
#define __class__ "etktest"
|
||||||
@ -132,7 +133,7 @@ void testDimension() {
|
|||||||
*/
|
*/
|
||||||
int main(int argc, const char *argv[]) {
|
int main(int argc, const char *argv[]) {
|
||||||
// the only one init for etk:
|
// the only one init for etk:
|
||||||
debug::setGeneralLevel(etk::logLevelVerbose);
|
etk::log::setLevel(etk::log::logLevelDebug);
|
||||||
etk::setArgZero(argv[0]);
|
etk::setArgZero(argv[0]);
|
||||||
etk::initDefaultFolder("ewolApplNoName");
|
etk::initDefaultFolder("ewolApplNoName");
|
||||||
//testVector();
|
//testVector();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user