Updated test to use gtest instead of Catch2

This commit is contained in:
Alejandro Saucedo 2020-09-04 06:11:35 +01:00
parent 0b35b5e9d6
commit 1286da2179
3 changed files with 11 additions and 6 deletions

View file

@ -1,8 +1,8 @@
#if DEBUG
#if KOMPUTE_SPDLOG_ENABLED
#if KOMPUTE_ENABLE_SPDLOG
// Only enabled if spdlog is enabled
#include <spdlog/fmt/ranges.h>
#include <fmt/ranges.h>
#endif
#endif