diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-17 18:56:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-17 18:56:35 +0200 |
commit | a00edcf50ec77b941450e7a9670bb378904eef62 (patch) | |
tree | 78e091982ebf3000fb49bef5e0700b3ad495a372 /doc/en | |
parent | be7380f9b3335d73f7ef646567ab72df408f8329 (diff) | |
download | weechat-a00edcf50ec77b941450e7a9670bb378904eef62.zip |
tests: add tests on filter functions
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index a2a44ec14..18ece4d87 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -426,6 +426,7 @@ WeeChat "core" is located in following directories: | test-gui-buffer.cpp | Tests: buffer functions. | test-gui-chat.cpp | Tests: chat functions. | test-gui-color.cpp | Tests: colors. +| test-gui-filter.cpp | Tests: filters. | test-gui-line.cpp | Tests: lines. | test-gui-nick.cpp | Tests: nicks. | plugins/ | Root of unit tests for plugins. |