summaryrefslogtreecommitdiff
path: root/tests/bugs/docs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/docs')
-rw-r--r--tests/bugs/docs/meson.build2
-rw-r--r--tests/bugs/docs/xml/meson.build5
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs/docs/meson.build b/tests/bugs/docs/meson.build
index e70f1c1..add878f 100644
--- a/tests/bugs/docs/meson.build
+++ b/tests/bugs/docs/meson.build
@@ -21,6 +21,8 @@ bugs_test_output_dir = join_paths(
bugs_test_html_data = []
+subdir('xml')
+
test(
'test-bugs-scan',
python_prg,
diff --git a/tests/bugs/docs/xml/meson.build b/tests/bugs/docs/xml/meson.build
new file mode 100644
index 0000000..94eca1a
--- /dev/null
+++ b/tests/bugs/docs/xml/meson.build
@@ -0,0 +1,5 @@
+configure_file(
+ input: join_paths(srcdir, 'tests', 'gtkdocentities.ent.in'),
+ output: 'gtkdocentities.ent',
+ configuration: binary_in,
+)