/** * @author Edouard DUPIN * * @copyright 2014, Edouard DUPIN, all right reserved * * @license APACHE v2.0 (see license file) */ #include #include #include #include #include #include #include #include "testDocument.h" #include "testBoolean.h" #include "testNull.h" #include "testNumber.h" #include "testAll.h" #undef __class__ #define __class__ "ejson::test" int main(int argc, const char *argv[]) { // init Google test : ::testing::InitGoogleTest(&argc, const_cast(argv)); // the only one init for etk: etk::log::setLevel(etk::log::logLevelNone); for (int32_t iii=0; iii