diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-01-28 21:02:44 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-01-28 21:02:44 -0500 |
commit | fd5dfedbb75593539eeda92013042ce5423a65c4 (patch) | |
tree | aaf08531db4fe4884cf673dbb3bfa39463adb22b /doc/public/Makefile.am | |
parent | c133ee5acc7c97fcd43d61f5aad160ca96c47941 (diff) |
[doc/public/check-doc-coverage.sh] Test that doc coverage is 100%
Yay!
Diffstat (limited to 'doc/public/Makefile.am')
-rw-r--r-- | doc/public/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/public/Makefile.am b/doc/public/Makefile.am index 15e86305..90871473 100644 --- a/doc/public/Makefile.am +++ b/doc/public/Makefile.am @@ -70,3 +70,5 @@ include $(top_srcdir)/gtk-doc.make # Version information for marking the documentation EXTRA_DIST += version.xml.in +TESTS_ENVIRONMENT = srcdir="$(srcdir)" MAKE="$(MAKE)" +TESTS = check-doc-coverage.sh |