aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/common/meson.build')
-rw-r--r--tests/functional/common/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/common/meson.build b/tests/functional/common/meson.build
new file mode 100644
index 000000000..74a8986e9
--- /dev/null
+++ b/tests/functional/common/meson.build
@@ -0,0 +1,6 @@
+# test_confdata set from tests/functional/meson.build
+vars_and_functions = configure_file(
+ input : 'vars-and-functions.sh.in',
+ output : 'vars-and-functions.sh',
+ configuration : test_confdata,
+)