// SPDX-License-Identifier: Apache-2.0 #include #include int main(int argc, char* argv[]) { testing::InitGoogleTest(&argc, argv); #if KOMPUTE_ENABLE_SPDLOG spdlog::set_level( static_cast(KOMPUTE_LOG_LEVEL)); #endif return RUN_ALL_TESTS(); }