summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-01-02 19:25:32 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-01-02 19:25:32 +0000
commit641225708f185b3a1304d59a895c057dadec16b3 (patch)
tree226e403283bb5d2f6b34a2ec14458fcaa6956880
parentc76bc978b638b677082ebc4e9ea6d0a20de7f49d (diff)
downloadlibnice-641225708f185b3a1304d59a895c057dadec16b3.tar.gz
docs: Enable documentation checks during `make check` by default
Now that they pass, we should endeavour to ensure they continue to pass.
-rw-r--r--docs/reference/libnice/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am
index b3fe450..1d53e3b 100644
--- a/docs/reference/libnice/Makefile.am
+++ b/docs/reference/libnice/Makefile.am
@@ -101,6 +101,7 @@ include $(top_srcdir)/gtk-doc.make
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
#DISTCLEANFILES +=
-# Comment this out if you want your docs-status tested during 'make check'
-#TESTS = $(GTKDOC_CHECK)
-
+if ENABLE_GTK_DOC
+TESTS_ENVIRONMENT = cd $(builddir) &&
+TESTS = $(GTKDOC_CHECK)
+endif