aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/dyn-drv/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dyn-drv/meson.build')
-rw-r--r--tests/functional/dyn-drv/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/dyn-drv/meson.build b/tests/functional/dyn-drv/meson.build
new file mode 100644
index 000000000..f3f4a3b2b
--- /dev/null
+++ b/tests/functional/dyn-drv/meson.build
@@ -0,0 +1,6 @@
+# test_confdata set from tests/functional/meson.build
+configure_file(
+ input : 'config.nix.in',
+ output : 'config.nix',
+ configuration : test_confdata,
+)