summaryrefslogtreecommitdiff
path: root/glib/tests/path-test-subdir
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-09-20 11:00:10 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-09-20 11:30:02 -0400
commitc00df192ee4a505519a64eb41dfb1374b54abfbb (patch)
tree32a6eebc127282a654b645901bf2cf7c07fe5f77 /glib/tests/path-test-subdir
parentb38d5a991f1d86f5c7d6b00d6f8aecf888b1420b (diff)
downloadglib-c00df192ee4a505519a64eb41dfb1374b54abfbb.tar.gz
meson: Set install_tag on installed tests files
This could be done automatically by Meson, this commit can be reverted when we have that Meson PR in our CI: https://github.com/mesonbuild/meson/pull/10829
Diffstat (limited to 'glib/tests/path-test-subdir')
-rw-r--r--glib/tests/path-test-subdir/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/tests/path-test-subdir/meson.build b/glib/tests/path-test-subdir/meson.build
index 351254cd8..50c604899 100644
--- a/glib/tests/path-test-subdir/meson.build
+++ b/glib/tests/path-test-subdir/meson.build
@@ -2,5 +2,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_tag: 'tests',
install: installed_tests_enabled,
)