Added bactrace tests

This commit is contained in:
gabime
2019-08-27 18:06:27 +03:00
parent 75adf9e75e
commit 5c1e44a93d
3 changed files with 50 additions and 6 deletions

View File

@@ -23,7 +23,8 @@ set(SPDLOG_UTESTS_SOURCES
test_sink.h
test_fmt_helper.cpp
test_stdout_api.cpp
test_dup_filter.cpp)
test_dup_filter.cpp
test_backtrace.cpp)
if(NOT SPDLOG_NO_EXCEPTIONS)
list(APPEND SPDLOG_UTESTS_SOURCES test_errors.cpp)