blob: 95eeefa70b0b0e8af44cb02d7f2cc851a75f7439 [file] [log] [blame]
project('gtkdoctest', 'c')
gnome = import('gnome')
assert(gnome.gtkdoc_html_dir('foobar') == 'share/gtkdoc/html/foobar', 'Gtkdoc install dir is incorrect.')
inc = include_directories('include')
# We have to disable this test until this bug fix has landed to
# distros https://bugzilla.gnome.org/show_bug.cgi?id=753145
error('MESON_SKIP_TEST can not enable gtk-doc test until upstream fixes have landed.')
subdir('doc')