diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-10 19:20:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-10 19:20:09 +0200 |
commit | 82a92bd4e9bc2330b9c25cc1a54be658bff1312e (patch) | |
tree | 465924f1a3514f4dbb5cf9b00fe7a543ffd45e26 /doc/en/weechat_dev.en.adoc | |
parent | 162ca1fadef0bbda3d034e1da864684be4fa10e6 (diff) | |
download | weechat-82a92bd4e9bc2330b9c25cc1a54be658bff1312e.zip |
irc: add unit tests on ignore functions
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 825d2e837..58f5df1fb 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -402,7 +402,10 @@ WeeChat "core" is located in following directories: | test-gui-line.cpp | Tests: lines. | plugins/ | Root of unit tests for plugins. | irc/ | Root of unit tests for IRC plugin. +| test-irc-color.cpp | Tests: IRC colors. | test-irc-config.cpp | Tests: IRC configuration. +| test-irc-ignore.cpp | Tests: IRC ignores. +| test-irc-mode.cpp | Tests: IRC modes. | test-irc-protocol.cpp | Tests: IRC protocol. |=== |