aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-06 11:13:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-06 11:13:09 +0200
commit761ae73c061f9be0ae8dcd97893e75d6e02fbf46 (patch)
tree07b20c3d488e797acd7b9c73473e0a057445d91a /docs
parente6cf680207d87ffbc4c6588aae54207d06e6383f (diff)
downloadlibdbusmenu-761ae73c061f9be0ae8dcd97893e75d6e02fbf46.tar.gz
libdbusmenu-761ae73c061f9be0ae8dcd97893e75d6e02fbf46.tar.bz2
libdbusmenu-761ae73c061f9be0ae8dcd97893e75d6e02fbf46.zip
gtkdoc-check: Move over gtkdoc-check unit tests to the docs/ directory and use AM's unit testing API. (However, this seems to be broken currently, so we disable those tests completely, for now (current solution after hours of investigating).
Diffstat (limited to 'docs')
-rw-r--r--docs/libdbusmenu-glib/reference/Makefile.am1
-rw-r--r--docs/libdbusmenu-gtk/reference/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.am b/docs/libdbusmenu-glib/reference/Makefile.am
index 9274c5c..924a795 100644
--- a/docs/libdbusmenu-glib/reference/Makefile.am
+++ b/docs/libdbusmenu-glib/reference/Makefile.am
@@ -93,4 +93,5 @@ if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = cd $(srcdir) && \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
+# TESTS = $(GTKDOC_CHECK)
endif
diff --git a/docs/libdbusmenu-gtk/reference/Makefile.am b/docs/libdbusmenu-gtk/reference/Makefile.am
index 8cc3d07..ce1e8ca 100644
--- a/docs/libdbusmenu-gtk/reference/Makefile.am
+++ b/docs/libdbusmenu-gtk/reference/Makefile.am
@@ -93,5 +93,5 @@ if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = cd $(srcdir) && \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
+# TESTS = $(GTKDOC_CHECK)
endif
-