summaryrefslogtreecommitdiff
path: root/tests/bugs/docs/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/docs/meson.build')
-rw-r--r--tests/bugs/docs/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/docs/meson.build b/tests/bugs/docs/meson.build
index 726cf4d..e70f1c1 100644
--- a/tests/bugs/docs/meson.build
+++ b/tests/bugs/docs/meson.build
@@ -88,7 +88,7 @@ test(
gtkdoc_fixxref_runner_script,
'--binary-dir=@0@'.format(builddir),
'--module=@0@'.format('tester'),
- '--module-dir=@0@'.format('.'),
+ '--module-dir=@0@'.format('html'),
'--extra-dir=@0@'.format(glib_docpath),
],
)
@@ -104,4 +104,4 @@ test(
'--input-dir=@0@'.format(bugs_test_docs_dir),
'--output-dir=@0@'.format(bugs_test_output_dir),
],
-) \ No newline at end of file
+)