summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/meson.build14
1 files changed, 1 insertions, 13 deletions
diff --git a/test/meson.build b/test/meson.build
index 53c3c979..77d2044c 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -37,20 +37,8 @@ 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,
+ test_data + monitors_test_data,
install_dir: installed_tests_execdir
)
endif