summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-12-17 15:34:58 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2019-01-04 16:33:50 +0100
commitc25bc351bb2605e57bc9a6d9250c9d4748c3d9e0 (patch)
treea14b7400901d3596a8c7ca13339fb31562164e4a /test
parent00b87d1f7119bbfb0e16eb3bc2fc24d3b8776d3a (diff)
downloadgvfs-c25bc351bb2605e57bc9a6d9250c9d4748c3d9e0.tar.gz
build: Make monitors build commands common
All the available monitors install a set of files: volume monitor files, DBus service files, etc... These build commands are mostly common and only file names change, which are built using a given pattern. These build commands have been replaced by only one set of build commands that adapt to monitors needs by changing their name and simplifies the entire process. These changes also help installing `GOA` and `MTP` necessary test files.
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