diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-11 09:20:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-11 09:20:49 +0200 |
commit | e58c827c91a9a606784298236fb41f0f037628e7 (patch) | |
tree | 509ed47548026d9ffd48ccdf045584b3118424cd /doc/en | |
parent | 1f0636bab68cc36edffe4ebf9447dc9dd636e78c (diff) | |
download | weechat-e58c827c91a9a606784298236fb41f0f037628e7.zip |
trigger: add tests on main trigger functions
Diffstat (limited to 'doc/en')
-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 d7474a971..e40fb12b6 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -98,6 +98,7 @@ The main WeeChat directories are: | gui/ | Unit tests for interfaces functions. | plugins/ | Unit tests for plugins. | irc/ | Unit tests for IRC plugin. +| trigger/ | Unit tests for trigger plugin. | doc/ | Documentation. | po/ | Translations files (gettext). | debian/ | Debian packaging. @@ -422,6 +423,8 @@ WeeChat "core" is located in following directories: | test-irc-nick.cpp | Tests: IRC nicks. | test-irc-protocol.cpp | Tests: IRC protocol. | test-irc-server.cpp | Tests: IRC server. +| trigger/ | Root of unit tests for trigger plugin. +| test-trigger.cpp | Tests: triggers. | relay/ | Root of unit tests for Relay plugin. | test-relay-auth.cpp | Tests: clients authentication. |