Fix ringbuffer tests for newline (#3436)

This commit is contained in:
Gabi Melman
2025-07-06 08:38:48 +03:00
committed by GitHub
parent 287333ee00
commit a6215527f4
3 changed files with 60 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)