diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-11-13 09:06:34 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-11-13 09:06:34 +0100 |
commit | a3924a27a0314abd66adcd567909001ff3ade5e4 (patch) | |
tree | 53ebf741767e56e0deb302a60011636b27844f2f /doc/en | |
parent | cbadaecc4f2e247995130c0ef12f6f9c646261bf (diff) | |
download | weechat-a3924a27a0314abd66adcd567909001ff3ade5e4.zip |
tests: add tests on some IRC SASL functions
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 2db1d94d8..2f9bfa91a 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -434,6 +434,7 @@ WeeChat "core" is located in following directories: | test-irc-mode.cpp | Tests: IRC modes. | test-irc-nick.cpp | Tests: IRC nicks. | test-irc-protocol.cpp | Tests: IRC protocol. +| test-irc-sasl.cpp | Tests: SASL authentication with IRC protocol. | test-irc-server.cpp | Tests: IRC server. | trigger/ | Root of unit tests for trigger plugin. | test-trigger.cpp | Tests: triggers. @@ -443,7 +444,6 @@ 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. - |=== [[documentation_translations]] |