Updated test to use gtest instead of Catch2
This commit is contained in:
parent
0b35b5e9d6
commit
1286da2179
3 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue