summaryrefslogtreecommitdiff
path: root/tests/repro/docs/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-08-21 14:27:20 +0100
committerSimon McVittie <smcv@debian.org>2020-08-21 14:32:48 +0100
commit4376d3c8a8427f23bea21e3a770f8489d2fe5cd1 (patch)
tree50176bac69f21ff58be12210c86bd8a111718e82 /tests/repro/docs/meson.build
parent250a21f24365b6fed6271b5f235307d9fbef5eeb (diff)
downloadgtk-doc-4376d3c8a8427f23bea21e3a770f8489d2fe5cd1.tar.gz
tests: Generate gtkdocentities.xml during Meson build
Otherwise tests will fail when we can't load external entities from it. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'tests/repro/docs/meson.build')
-rw-r--r--tests/repro/docs/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/repro/docs/meson.build b/tests/repro/docs/meson.build
index 08a0f08..09554f9 100644
--- a/tests/repro/docs/meson.build
+++ b/tests/repro/docs/meson.build
@@ -21,6 +21,8 @@ repro_test_output_dir = join_paths(
repro_test_html_data = []
+subdir('xml')
+
test(
'test-repro-scan',
python_prg,