summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cfd820cfd..82761a498 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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