Added tests for dup_filter sink

This commit is contained in:
gabime
2019-06-27 17:40:40 +03:00
parent 7f3b5fb84d
commit 98e151fda7
2 changed files with 79 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ set(SPDLOG_UTESTS_SOURCES
test_mpmc_q.cpp
test_sink.h
test_fmt_helper.cpp
test_stdout_api.cpp)
test_stdout_api.cpp
test_dup_filter.cpp)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs")
enable_testing()