#include #include int main(int argc, char* argv[]) { testing::InitGoogleTest(&argc, argv); #if KOMPUTE_ENABLE_SPDLOG spdlog::set_level( static_cast(SPDLOG_ACTIVE_LEVEL)); #endif return RUN_ALL_TESTS(); }