1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

tests: add tests on plugin API info functions

This commit is contained in:
Sébastien Helleu
2023-12-02 11:40:28 +01:00
parent 36b9a58c72
commit d6796edac0
7 changed files with 1334 additions and 1 deletions
+4
View File
@@ -56,6 +56,10 @@ Bug fixes::
* relay: close properly connection with the IRC client in case of server disconnection (issue #2038)
* ruby: fix use of NULL variable when displaying exception
Tests::
* core: add tests on plugin API info functions
Build::
* core: make libintl.h required if CMake option ENABLE_NLS is enabled (issue #2031)