Added stdout tests

This commit is contained in:
gabime
2019-06-20 01:02:54 +03:00
parent ab9e1b3aa7
commit 08de642536
2 changed files with 84 additions and 1 deletions

View File

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