summaryrefslogtreecommitdiff
path: root/backends/test/helpers/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'backends/test/helpers/meson.build')
-rw-r--r--backends/test/helpers/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/test/helpers/meson.build b/backends/test/helpers/meson.build
new file mode 100644
index 000000000..486b7620f
--- /dev/null
+++ b/backends/test/helpers/meson.build
@@ -0,0 +1,4 @@
+install_data(
+ 'search-name.sh',
+ install_dir: join_paths(get_option('datadir'), 'PackageKit', 'helpers', 'test_spawn'),
+)