diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-02 18:44:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-02 18:50:45 +0200 |
commit | 911c976f9bd7a9a2da179a1e017af90cf1f40b27 (patch) | |
tree | f4466638e17af9aa396bbe05a2c353258204ab06 /doc/en/weechat_dev.en.adoc | |
parent | 5eb1a315526782bad054be694511d57dfd81f291 (diff) | |
download | weechat-911c976f9bd7a9a2da179a1e017af90cf1f40b27.zip |
tests: add tests on relay "irc" protocol
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 562a09ad7..ff116c415 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -456,6 +456,8 @@ WeeChat "core" is located in following directories: | test-typing-status.cpp | Tests: typing status. | relay/ | Root of unit tests for Relay plugin. | test-relay-auth.cpp | Tests: clients authentication. +| irc/ | Root of unit tests for Relay "irc" protocol. +| test-relay-irc.cpp | Tests: Relay "irc" protocol. | xfer/ | Root of unit tests for Xfer plugin. | test-xfer-file.cpp | Tests: file functions. | test-xfer-network.cpp | Tests: network functions. |