Expand ringbuffer sink tests

This commit is contained in:
Gabi Melman
2025-07-06 00:23:27 +03:00
parent 287333ee00
commit 0d5d8140ec
3 changed files with 57 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ set(SPDLOG_UTESTS_SOURCES
test_time_point.cpp
test_stopwatch.cpp
test_circular_q.cpp
test_bin_to_hex.cpp)
test_bin_to_hex.cpp
test_ringbuffer.cpp)
if(NOT SPDLOG_NO_EXCEPTIONS)
list(APPEND SPDLOG_UTESTS_SOURCES test_errors.cpp)