#include "gtest/gtest.h" #include "System.h" #include #include int main(int argc, char * argv[]) { ::testing::InitGoogleTest(&argc, argv); System::init(argv); mkdir("test/tmp", 0777); return RUN_ALL_TESTS(); }