Added source_location tests

This commit is contained in:
gabime
2023-09-16 01:06:21 +03:00
parent 5ae1ace844
commit 767ef493f7
3 changed files with 25 additions and 3 deletions

View File

@@ -45,7 +45,8 @@ set(SPDLOG_UTESTS_SOURCES
test_time_point.cpp
test_stopwatch.cpp
test_circular_q.cpp
test_ringbuffer_sink.cpp)
test_ringbuffer_sink.cpp
test_source_location.cpp)
if(NOT SPDLOG_NO_EXCEPTIONS)
list(APPEND SPDLOG_UTESTS_SOURCES test_errors.cpp)