c7e6337bd0
GitOrigin-RevId: 08e4dc3a907a6dfec8bb3bbf1540d8abbffea22b
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
diff --git a/installed-tests/meson.build b/installed-tests/meson.build
|
|
index 5bc38bfd..02404c3a 100644
|
|
--- a/installed-tests/meson.build
|
|
+++ b/installed-tests/meson.build
|
|
@@ -2,8 +2,8 @@
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
-installed_tests_execdir = join_paths(libexecdir, 'installed-tests', meson.project_name())
|
|
-installed_tests_metadir = join_paths(datadir, 'installed-tests', meson.project_name())
|
|
+installed_tests_execdir = join_paths(get_option('installed_test_prefix'), 'libexec', 'installed-tests', meson.project_name())
|
|
+installed_tests_metadir = join_paths(get_option('installed_test_prefix'), 'share', 'installed-tests', meson.project_name())
|
|
|
|
installed_tests_srcdir = meson.current_source_dir()
|
|
installed_tests_builddir = meson.current_build_dir()
|
|
diff --git a/meson_options.txt b/meson_options.txt
|
|
index 745c541c..b4b602ca 100644
|
|
--- a/meson_options.txt
|
|
+++ b/meson_options.txt
|
|
@@ -104,6 +104,13 @@ option(
|
|
description: 'Native Messaging Host directory for Mozilla'
|
|
)
|
|
|
|
+option(
|
|
+ 'installed_test_prefix',
|
|
+ type: 'string',
|
|
+ value: '',
|
|
+ description: 'Prefix for installed tests'
|
|
+)
|
|
+
|
|
option(
|
|
'installed_tests',
|
|
type: 'boolean',
|