commit f0737eefa10b159e5d759adf5f718da9c93e73e4
parent 7f93c1047dda3fd4ec743d0d80da416a748e9ef8
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Sun, 12 Apr 2026 15:07:00 +0200
build: fix missing test configuration
Diffstat:
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/contrib/meson.build b/contrib/meson.build
@@ -1,6 +1,3 @@
# This file is in the public domain.
-install_data(
- sources: 'donau-dbconfig',
- install_dir: get_option('bindir'),
-)
+install_data(sources: 'donau-dbconfig', install_dir: get_option('bindir'))
diff --git a/src/donaudb/meson.build b/src/donaudb/meson.build
@@ -121,4 +121,8 @@ test(
suite: ['donaudb'],
)
-
+configure_file(
+ input: 'test-donau-db-postgres.conf',
+ output: 'test-donau-db-postgres.conf',
+ copy: true,
+)