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

tests: add tests on default triggers

This commit is contained in:
Sébastien Helleu
2021-11-12 20:58:30 +01:00
parent f2ad57ceb9
commit d98940fecb
7 changed files with 727 additions and 213 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ tests_relay = unit/plugins/relay/test-relay-auth.cpp
endif
if PLUGIN_TRIGGER
tests_trigger = unit/plugins/trigger/test-trigger.cpp
tests_trigger = unit/plugins/trigger/test-trigger.cpp \
unit/plugins/trigger/test-trigger-config.cpp
endif
if PLUGIN_TYPING