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