diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
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 |