[gtk-doc] tests: fix one meson test where we passed the wrong html dir



commit 462e3a336cd1f88255c5ea03ed22911c4b2588ef
Author: Stefan Sauer <ensonic users sf net>
Date:   Fri Aug 16 00:45:23 2019 +0200

    tests: fix one meson test where we passed the wrong html dir
    
    See #97

 tests/bugs/docs/meson.build | 4 ++--
 1 file 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
+)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]