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/sr | |
parent | 6cf163f00ca485952925989906c7f664b7f960d0 (diff) | |
download | weechat-828ca37225bcff10d349cd1c65c50417a5e07f0f.zip |
tests: split hook tests into multiple files (issue #865)
Diffstat (limited to 'doc/sr')
-rw-r--r-- | doc/sr/weechat_dev.sr.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index d1a1aa187..700eec4ca 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -443,7 +443,24 @@ WeeChat „језгро” се налази у следећим директо | test-core-sys.cpp | Тестови: системске функције. | hook/ | Корен unit тестова за куке. | test-hook-command.cpp | Тестови: куке „command”. +| test-hook-command-run.cpp | Тестови: куке „command_run”. +| test-hook-completion.cpp | Тестови: куке „completion”. +| test-hook-config.cpp | Тестови: куке „config”. +| test-hook-connect.cpp | Тестови: куке „connect”. +| test-hook-fd.cpp | Тестови: куке „fd”. +| test-hook-focus.cpp | Тестови: куке „focus”. +| test-hook-hdata.cpp | Тестови: куке „hdata”. +| test-hook-hsignal.cpp | Тестови: куке „hsignal”. +| test-hook-info-hashtable.cpp | Тестови: куке „info_hashtable”. +| test-hook-info.cpp | Тестови: куке „info”. +| test-hook-infolist.cpp | Тестови: куке „infolist”. +| test-hook-line.cpp | Тестови: куке „line”. | test-hook-modifier.cpp | Тестови: куке „modifier”. +| test-hook-print.cpp | Тестови: куке „print”. +| test-hook-process.cpp | Тестови: куке „process”. +| test-hook-signal.cpp | Тестови: куке „signal”. +| test-hook-timer.cpp | Тестови: куке „timer”. +| test-hook-url.cpp | Тестови: куке „url”. | gui/ | Корен unit тестова интерфејса. | test-gui-bar-window.cpp | Тестови: функције прозора траке. | test-gui-buffer.cpp | Тестови: бафер функције. |