summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
committerOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
commit087698000f227eb43f22cd5796e0a3f844c67179 (patch)
treebd34b0c723728922841b013a9e6918af6a348821 /test
parent44b2c1581a2deea690f6002fe9fe94f83c97f5a9 (diff)
downloadgvfs-087698000f227eb43f22cd5796e0a3f844c67179.tar.gz
Revert "build: Make monitors build commands common"
This reverts commit c25bc351bb2605e57bc9a6d9250c9d4748c3d9e0.
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