/** * @author Edouard DUPIN * * @copyright 2011, Edouard DUPIN, all right reserved * * @license APACHE v2.0 (see license file) */ #include #include #include #include #include #include #include #include #include #include #include #define NAME "Empty" #include #include "testArchive.hpp" #include "testColor.hpp" #include "testFSNode.hpp" #include "testHash.hpp" #include "testStdShared.hpp" #undef __class__ #define __class__ "etktest" int main(int argc, const char *argv[]) { // init Google test : ::testing::InitGoogleTest(&argc, const_cast(argv)); // the only one init for etk: //elog::setLevel(elog::logLevelVerbose); elog::setLevel(elog::logLevelInfo); etk::setArgZero(argv[0]); etk::initDefaultFolder("ewolApplNoName"); return RUN_ALL_TESTS(); }