diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-26 08:41:10 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-26 08:41:44 +0200 |
commit | 828ca37225bcff10d349cd1c65c50417a5e07f0f (patch) | |
tree | 9f5ef8093c50ed2d86a049edacef074829bb5978 /doc/fr | |
parent | 6cf163f00ca485952925989906c7f664b7f960d0 (diff) | |
download | weechat-828ca37225bcff10d349cd1c65c50417a5e07f0f.zip |
tests: split hook tests into multiple files (issue #865)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 422d4eab3..e768fc74e 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -439,7 +439,24 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | test-core-sys.cpp | Tests : fonctions système. | hook/ | Racine des tests pour les hooks. | test-hook-command.cpp | Tests : hooks "command". +| test-hook-command-run.cpp | Tests: hooks "command_run". +| test-hook-completion.cpp | Tests: hooks "completion". +| test-hook-config.cpp | Tests: hooks "config". +| test-hook-connect.cpp | Tests: hooks "connect". +| test-hook-fd.cpp | Tests: hooks "fd". +| test-hook-focus.cpp | Tests: hooks "focus". +| test-hook-hdata.cpp | Tests: hooks "hdata". +| test-hook-hsignal.cpp | Tests: hooks "hsignal". +| test-hook-info-hashtable.cpp | Tests: hooks "info_hashtable". +| test-hook-info.cpp | Tests: hooks "info". +| test-hook-infolist.cpp | Tests: hooks "infolist". +| test-hook-line.cpp | Tests: hooks "line". | test-hook-modifier.cpp | Tests : hooks "modifier". +| test-hook-print.cpp | Tests: hooks "print". +| test-hook-process.cpp | Tests: hooks "process". +| test-hook-signal.cpp | Tests: hooks "signal". +| test-hook-timer.cpp | Tests: hooks "timer". +| test-hook-url.cpp | Tests: hooks "url". | gui/ | Racine des tests unitaires pour les interfaces. | test-gui-bar-window.cpp | Tests : fonctions de fenêtres de barre. | test-gui-buffer.cpp | Tests : fonctions de tampons. |