blob: e5e77058d9f59935d5130e4f8c35d8ca2af3281f [file] [log] [blame]
project('gtkdoctest', 'c', version : '1.0.0')
gnome = import('gnome')
assert(gnome.gtkdoc_html_dir('foobar') == 'share/gtk-doc/html/foobar', 'Gtkdoc install dir is incorrect.')
inc = include_directories('include')
subdir('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')