summaryrefslogtreecommitdiff
path: root/glib/tests/path-test-subdir/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'glib/tests/path-test-subdir/meson.build')
-rw-r--r--glib/tests/path-test-subdir/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/glib/tests/path-test-subdir/meson.build b/glib/tests/path-test-subdir/meson.build
new file mode 100644
index 000000000..351254cd8
--- /dev/null
+++ b/glib/tests/path-test-subdir/meson.build
@@ -0,0 +1,6 @@
+executable('spawn-test-helper', 'spawn-test-helper.c',
+ c_args : test_cargs,
+ dependencies : test_deps,
+ install_dir: join_paths(installed_tests_execdir, 'path-test-subdir'),
+ install: installed_tests_enabled,
+)