summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2019-08-16 00:45:23 +0200
committerStefan Sauer <ensonic@users.sf.net>2019-08-16 00:45:23 +0200
commit462e3a336cd1f88255c5ea03ed22911c4b2588ef (patch)
tree888a414b08b3f62713f3b9786462b014381b9f82
parent0519aba2733c7a9c94262061e91346cc01008fbf (diff)
downloadgtk-doc-462e3a336cd1f88255c5ea03ed22911c4b2588ef.tar.gz
tests: fix one meson test where we passed the wrong html dir
See #97
-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
+)