1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +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 -1
View File
@@ -62,7 +62,10 @@ set(LIB_WEECHAT_UNIT_TESTS_CORE_SRC
add_library(weechat_unit_tests_core STATIC ${LIB_WEECHAT_UNIT_TESTS_CORE_SRC})
# unit tests (plugins)
set(LIB_WEECHAT_UNIT_TESTS_PLUGINS_SRC unit/plugins/test-plugins.cpp)
set(LIB_WEECHAT_UNIT_TESTS_PLUGINS_SRC
unit/plugins/test-plugins.cpp
unit/plugins/test-plugins-api-info.cpp
)
if(ENABLE_ALIAS)
list(APPEND LIB_WEECHAT_UNIT_TESTS_PLUGINS_SRC
File diff suppressed because it is too large Load Diff