You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/tests
Andrei-Florin BENCSIK cee705ccd3 Minor cmake code duplication improvement
Create a macro to add tests for both static/header only.

The only differneces between these two are the libraries they link
with and the target names. Created the simple macro:

_spdlog_prepare_test(<target> <spdlog_lib>)

which does the work.

Signed-off-by: Andrei-Florin BENCSIK <andrei.bencsik@gmail.com>
6 years ago
..
CMakeLists.txt Minor cmake code duplication improvement 6 years ago
catch.hpp Updated tests to catch v2.8.0 6 years ago
catch.license Updated tests to catch v2.8.0 6 years ago
includes.h Updated tests to catch v2.8.0 6 years ago
main.cpp Added unit tests (catch based) 10 years ago
meson.build Updated meson build 6 years ago
test_async.cpp use size_t instead of int for overrun counter 7 years ago
test_backtrace.cpp Update test_backtrace.cpp 6 years ago
test_daily_logger.cpp Fixed widows tests 6 years ago
test_dup_filter.cpp Fixed dup_filter test 6 years ago
test_errors.cpp clang format and SPLDOG_HEADER_ONLY macro 6 years ago
test_file_helper.cpp Unified usage of fmt::memory_buffer across the codebase 6 years ago
test_file_logging.cpp Implemented daily sink rotation #661 6 years ago
test_fmt_helper.cpp Unified usage of fmt::memory_buffer across the codebase 6 years ago
test_macros.cpp Fix some spelling errors. 6 years ago
test_misc.cpp wip backtracer 6 years ago
test_mpmc_q.cpp Update test_mpmc_q.cpp 6 years ago
test_pattern_formatter.cpp Unified usage of fmt::memory_buffer across the codebase 6 years ago
test_registry.cpp Fix some spelling errors. 6 years ago
test_sink.h Unified usage of fmt::memory_buffer across the codebase 6 years ago
test_stdout_api.cpp clang-format 6 years ago
test_systemd.cpp Updated systemd sink and tests 6 years ago
utils.cpp clang-format 6 years ago
utils.h Implemented daily sink rotation #661 6 years ago