From fd27faf89989498ef43f47866c85d482ff5241e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 21 Feb 2022 20:17:01 +0100 Subject: tests: add tests on function logger_backlog_display_line --- tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 0519fa31a..9d4f7650a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -84,6 +84,10 @@ tests_irc = unit/plugins/irc/test-irc-buffer.cpp \ unit/plugins/irc/test-irc-tag.cpp endif +if PLUGIN_LOGGER +tests_logger = unit/plugins/logger/test-logger-backlog.cpp +endif + if PLUGIN_RELAY tests_relay = unit/plugins/relay/test-relay-auth.cpp endif @@ -100,6 +104,7 @@ endif lib_weechat_unit_tests_plugins_la_SOURCES = unit/plugins/test-plugins.cpp \ $(tests_irc) \ + $(tests_logger) \ $(tests_relay) \ $(tests_trigger) \ $(tests_typing) -- cgit v1.2.3