summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/reference/libtelepathy-logger/Makefile.am5
-rw-r--r--tests/twisted/Makefile.am3
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/reference/libtelepathy-logger/Makefile.am b/doc/reference/libtelepathy-logger/Makefile.am
index 57063d0..4be8623 100644
--- a/doc/reference/libtelepathy-logger/Makefile.am
+++ b/doc/reference/libtelepathy-logger/Makefile.am
@@ -82,7 +82,10 @@ GTKDOC_LIBS= \
include $(top_srcdir)/gtk-doc.make
if ENABLE_GTK_DOC
-check-local:
+# Enable this enforce the documenting of symbols in `make check`
+# check-local: check-undocumented
+
+check-undocumented:
@if grep '^0 symbols incomplete' \
$(srcdir)/telepathy-logger-undocumented.txt; then\
:; else \
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 60c0c09..815371b 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -9,7 +9,8 @@ TESTS =
TESTS_ENVIRONMENT = \
PYTHONPATH=@abs_top_srcdir@/tests/twisted:@abs_top_builddir@/tests/twisted
-check-local: check-coding-style check-twisted
+# check-local: check-coding-style check-twisted
+check-local: check-coding-style
# set to 6 when using refdbg, to give Gabble time to exit
CHECK_TWISTED_SLEEP=0