diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-07-09 04:06:48 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-07-09 04:06:52 -0400 |
commit | e1dda94b63efdbb502fc592f96e07af61ea4fb0e (patch) | |
tree | 9ab2cd690ff60a8e5e54098fc6aa337f778887a9 /docs/libudev | |
parent | 22f5ebe441ccdbfd6fe2e42f70733a7d286bedec (diff) |
docs/{gudev,libudev}: disable tests so make check works
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'docs/libudev')
-rw-r--r-- | docs/libudev/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index c6d7b8ca25..3586812cbb 100644 --- a/docs/libudev/Makefile.am +++ b/docs/libudev/Makefile.am @@ -101,7 +101,5 @@ EXTRA_DIST += version.xml.in #DISTCLEANFILES += # Comment this out if you want your docs-status tested during 'make check' -if ENABLE_GTK_DOC -TESTS_ENVIRONMENT = cd $(top_srcdir) -TESTS = $(GTKDOC_CHECK) -endif +#TESTS_ENVIRONMENT = cd $(top_srcdir) +#TESTS = $(GTKDOC_CHECK) |