diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-13 12:22:36 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-13 13:29:50 +0100 |
commit | 4629b17173b104ae1ab125d48ca7e72765ebf228 (patch) | |
tree | e515fee8d90c39bd9e6e40231dd5f076aea1b465 /doc/en | |
parent | e5e3a9d2da382c7260b305e823a693734189a338 (diff) | |
download | weechat-4629b17173b104ae1ab125d48ca7e72765ebf228.zip |
tests: add tests on functions gui_buffer_new and gui_buffer_new_props
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 894da3f02..56876064a 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -422,6 +422,7 @@ WeeChat "core" is located in following directories: | test-core-utf8.cpp | Tests: UTF-8. | test-core-util.cpp | Tests: utility functions. | gui/ | Root of unit tests for interfaces. +| test-gui-buffer.cpp | Tests: buffer functions. | test-gui-chat.cpp | Tests: chat functions. | test-gui-color.cpp | Tests: colors. | test-gui-line.cpp | Tests: lines. |