summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/meson.build14
1 files changed, 13 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 77d2044c..53c3c979 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -37,8 +37,20 @@ if enable_installed_tests
metadata_service
]
+ if enable_afc
+ test_data += [afc_monitor, afc_service]
+ endif
+
+ if enable_gphoto2
+ test_data += [gphoto2_monitor, gphoto2_service]
+ endif
+
+ if enable_udisks2
+ test_data += [udisks2_monitor, udisks2_service]
+ endif
+
install_data(
- test_data + monitors_test_data,
+ test_data,
install_dir: installed_tests_execdir
)
endif