1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

tests: move hook modifier tests to a separate file (issue #865)

This commit is contained in:
Sébastien Helleu
2024-04-26 07:51:01 +02:00
parent 2b6fbe26ac
commit 6cf163f00c
8 changed files with 301 additions and 208 deletions
+1
View File
@@ -80,6 +80,7 @@ IMPORT_TEST_GROUP(CoreUtil);
IMPORT_TEST_GROUP(CoreSys);
/* core/hook */
IMPORT_TEST_GROUP(HookCommand);
IMPORT_TEST_GROUP(HookModifier);
/* GUI */
IMPORT_TEST_GROUP(GuiBar);
IMPORT_TEST_GROUP(GuiBarItem);