#include #include int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv); logging::RedirectToStderr(); spdlog::set_level(spdlog::level::info); return RUN_ALL_TESTS(); }