summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/bugs/docs/meson.build6
-rw-r--r--tests/gobject/docs/meson.build6
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/bugs/docs/meson.build b/tests/bugs/docs/meson.build
index add878f..dc2e50b 100644
--- a/tests/bugs/docs/meson.build
+++ b/tests/bugs/docs/meson.build
@@ -23,6 +23,12 @@ bugs_test_html_data = []
subdir('xml')
+configure_file(
+ input: join_paths(bugs_test_docs_dir, 'tester-sections.txt'),
+ output: 'tester-sections.txt',
+ copy: true,
+)
+
test(
'test-bugs-scan',
python_prg,
diff --git a/tests/gobject/docs/meson.build b/tests/gobject/docs/meson.build
index 08acd74..be8c01c 100644
--- a/tests/gobject/docs/meson.build
+++ b/tests/gobject/docs/meson.build
@@ -23,6 +23,12 @@ gobject_test_html_data = []
subdir('xml')
+configure_file(
+ input: join_paths(gobject_test_docs_dir, 'tester-sections.txt'),
+ output: 'tester-sections.txt',
+ copy: true,
+)
+
test(
'test-gobject-scan',
python_prg,