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/fr | |
parent | be7380f9b3335d73f7ef646567ab72df408f8329 (diff) | |
download | weechat-a00edcf50ec77b941450e7a9670bb378904eef62.zip |
tests: add tests on filter functions
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 4ed060136..16183b149 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -428,6 +428,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | test-gui-buffer.cpp | Tests : fonctions de tampons. | test-gui-chat.cpp | Tests : fonctions de discussion. | test-gui-color.cpp | Tests : couleurs. +| test-gui-filter.cpp | Tests : filtres. | test-gui-line.cpp | Tests : lignes. | test-gui-nick.cpp | Tests : pseudos. | plugins/ | Racine des tests unitaires pour les extensions. |