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-21 21:18:06 +0100
commit65d651e45edd9f3746dd210da4709206bed6c7e7 (patch)
tree1905d6e4b0d6bce14dc05362f93ee00059bb8219 /test
parent1d503ea41e31b866fa16b788ab25049d80bd6278 (diff)
downloadgvfs-65d651e45edd9f3746dd210da4709206bed6c7e7.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