[27299] in CVS-changelog-for-Kerberos-V5
krb5 commit [krb5-1.11]: Remove Test Coverage topic from documentation
daemon@ATHENA.MIT.EDU (Tom Yu)
Tue Nov 27 16:16:33 2012
Date: Tue, 27 Nov 2012 16:16:29 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201211272116.qARLGT2D031796@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/3745e45d7c24249298d9c65606de51f5d54b7c04
commit 3745e45d7c24249298d9c65606de51f5d54b7c04
Author: Zhanna Tsitkov <tsitkova@mit.edu>
Date: Mon Nov 26 17:32:44 2012 -0500
Remove Test Coverage topic from documentation
(cherry picked from commit a1062d11629ae485ce3aa3344a52c902259c2311)
ticket: 7464
version_fixed: 1.11
status: resolved
doc/build/index.rst | 1 -
doc/build/test_cov.rst | 31 -------------------------------
2 files changed, 0 insertions(+), 32 deletions(-)
diff --git a/doc/build/index.rst b/doc/build/index.rst
index b39b242..d89bcba 100644
--- a/doc/build/index.rst
+++ b/doc/build/index.rst
@@ -57,4 +57,3 @@ Contents
doing_build.rst
options2configure.rst
osconf.rst
- test_cov.rst
diff --git a/doc/build/test_cov.rst b/doc/build/test_cov.rst
deleted file mode 100644
index ccd6c13..0000000
--- a/doc/build/test_cov.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-Test coverage
-=============
-
-It is considered good practice to develop and maintain the test suite
-with high level of test coverage, i.e., the tests that execute every
-single statement, every line of the code and then validate the result.
-
-The GNU's gcov is a tool that analyses the frequency of execution of
-each line of the code. For more details see GNU documentation
-http://gcc.gnu.org/onlinedocs/gcc/Gcov.html
-
-To invoke gcov on krb5 tree, do configure with the following options
-and run the tests::
-
- ./configure CFLAGS="-fprofile-arcs -ftest-coverage -O0" LIBS=-lgcov
- make
- make check
-
-It will result into creation of the new helper files with the
-extentions gcno and gcda.
-
-To validate the test coverage of the specific file, change the
-directory to its location and run ::
-
- gcov -o filename.so.gcno filename.c
-
-To see the test coverage of the filename.c open a newly created file
-filename.c.gcov in the editor.
-
-Some recent test coverage result can be found at the
-http://k5wiki.kerberos.org/wiki/Test_coverage
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5