[DEBUG] update to the new interface etk
This commit is contained in:
parent
7cd62cee35
commit
a714be0b3c
@ -7,7 +7,6 @@
|
||||
#include <exml/Text.hpp>
|
||||
#include <exml/internal/Text.hpp>
|
||||
#include <exml/debug.hpp>
|
||||
#include <regex>
|
||||
|
||||
exml::Text::Text(ememory::SharedPtr<exml::internal::Node> _internalNode) :
|
||||
exml::Node(_internalNode) {
|
||||
|
@ -11,9 +11,7 @@
|
||||
|
||||
int main(int argc, const char *argv[]) {
|
||||
// init Google test :
|
||||
::testing::InitGoogleTest(&argc, const_cast<char **>(argv));
|
||||
// the only one init for etk:
|
||||
etk::init(argc, argv);
|
||||
etest::init(argc, argv);
|
||||
for (int32_t iii=0; iii<argc ; ++iii) {
|
||||
etk::String data = argv[iii];
|
||||
if ( data == "-h"
|
||||
|
Loading…
Reference in New Issue
Block a user