build: Enable gtk-doc check

This should catch missing symbols during `make check`, and hopefully
lead to their addition prior to a release.
This commit is contained in:
Emmanuele Bassi 2015-03-12 17:40:24 +00:00
parent 34b03aebaf
commit 8af4dfc8ae

View File

@ -201,6 +201,5 @@ TESTS_ENVIRONMENT = \
SRCDIR=$(abs_srcdir) \
BUILDDIR=$(abs_builddir)
# XXX: Cannot enable without breaking on platform-specific symbols
#TESTS = $(GTKDOC_CHECK)
TESTS = $(GTKDOC_CHECK)
endif