diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-26 07:51:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-26 07:51:49 +0200 |
commit | 6cf163f00ca485952925989906c7f664b7f960d0 (patch) | |
tree | cb07748437ee84b23e5fa46a58fd504692380b14 /doc/en/weechat_dev.en.adoc | |
parent | 2b6fbe26acd1574a4bd6a0b0849f18e01250f705 (diff) | |
download | weechat-6cf163f00ca485952925989906c7f664b7f960d0.zip |
tests: move hook modifier tests to a separate file (issue #865)
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-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 86c5561cc..a2161826b 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -437,6 +437,7 @@ WeeChat "core" is located in following directories: | test-core-sys.cpp | Tests: system functions. | hook/ | Root of unit tests for hooks. | test-hook-command.cpp | Tests: hooks "command". +| test-hook-modifier.cpp | Tests: hooks "modifier". | gui/ | Root of unit tests for interfaces. | test-gui-bar-window.cpp | Tests: bar window functions. | test-gui-buffer.cpp | Tests: buffer functions. |