mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:45:41 +02:00
tests: add tests on logger tail functions (issue #1926)
This commit is contained in:
@@ -123,6 +123,7 @@ Tests::
|
||||
* irc: check tags in messages displayed by IRC plugin
|
||||
* irc: add tests on function irc_server_alloc_with_url
|
||||
* irc: add tests on message/notice/action/CTCP sent
|
||||
* logger: add tests on tail functions
|
||||
* relay: add tests on "irc" protocol
|
||||
|
||||
Build::
|
||||
|
||||
@@ -448,6 +448,7 @@ WeeChat "core" is located in following directories:
|
||||
| logger/ | Root of unit tests for logger plugin.
|
||||
| test-logger.cpp | Tests: logger.
|
||||
| test-logger-backlog.cpp | Tests: logger backlog.
|
||||
| test-logger-tail.cpp | Tests: logger tail functions.
|
||||
| trigger/ | Root of unit tests for trigger plugin.
|
||||
| test-trigger.cpp | Tests: triggers.
|
||||
| test-trigger-config.cpp | Tests: trigger configuration.
|
||||
|
||||
@@ -450,6 +450,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|
||||
| logger/ | Racine des tests unitaires pour l'extension logger.
|
||||
| test-logger.cpp | Tests : logger.
|
||||
| test-logger-backlog.cpp | Tests : backlog logger.
|
||||
| test-logger-tail.cpp | Tests : fonctions "tail".
|
||||
| trigger/ | Racine des tests unitaires pour l'extension trigger.
|
||||
| test-trigger.cpp | Tests : triggers.
|
||||
| test-trigger-config.cpp | Tests : configuration trigger.
|
||||
|
||||
@@ -502,6 +502,8 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
// TRANSLATION MISSING
|
||||
| test-logger-backlog.cpp | Tests: logger backlog.
|
||||
// TRANSLATION MISSING
|
||||
| test-logger-tail.cpp | Tests: logger tail functions.
|
||||
// TRANSLATION MISSING
|
||||
| trigger/ | Root of unit tests for trigger plugin.
|
||||
// TRANSLATION MISSING
|
||||
| test-trigger.cpp | Tests: triggers.
|
||||
|
||||
@@ -450,6 +450,8 @@ WeeChat „језгро” се налази у следећим директо
|
||||
| logger/ | Корен unit тестива за logger додатак.
|
||||
| test-logger.cpp | Тестови: logger.
|
||||
| test-logger-backlog.cpp | Тестови: logger заостатак.
|
||||
// TRANSLATION MISSING
|
||||
| test-logger-tail.cpp | Tests: logger tail functions.
|
||||
| trigger/ | Корен unit тестова за окидач додатак.
|
||||
| test-trigger.cpp | Тестови: окидачи.
|
||||
| test-trigger-config.cpp | Тестови: конфигурација окидача.
|
||||
|
||||
@@ -91,6 +91,7 @@ if(ENABLE_LOGGER)
|
||||
list(APPEND LIB_WEECHAT_UNIT_TESTS_PLUGINS_SRC
|
||||
unit/plugins/logger/test-logger.cpp
|
||||
unit/plugins/logger/test-logger-backlog.cpp
|
||||
unit/plugins/logger/test-logger-tail.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user