aboutsummaryrefslogtreecommitdiff
path: root/data/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'data/tests/meson.build')
-rw-r--r--data/tests/meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/tests/meson.build b/data/tests/meson.build
new file mode 100644
index 00000000..fa0b2c00
--- /dev/null
+++ b/data/tests/meson.build
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (C) 2022 Aleksander Morgado <aleksander@aleksander.es>
+
+test_conf = {
+ 'abs_top_builddir': build_root,
+ 'PLUGIN_BUILD_SUBDIR': 'plugins/',
+}
+
+configure_file(
+ input: 'org.freedesktop.ModemManager1.service.in',
+ output: '@BASENAME@',
+ configuration: test_conf,
+) \ No newline at end of file