]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - configure.ac
Add coverage testing using gcov
authorTheodore Ts'o <tytso@mit.edu>
Sun, 23 Feb 2014 05:17:09 +0000 (00:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 23 Feb 2014 05:17:09 +0000 (00:17 -0500)
commitfedfb27fe55f5fe643c1f110e55ee4413db8ec5b
tree256e09901433134e5b87bd66f31dbe7db2caadfd
parent585bca68f89aa2a99e39f9234a10f825eb243589
Add coverage testing using gcov

To check the coverage of e2fsprogs's regression test, do the
following:

configure --enable-gcov
make -j8 ; make -j8 check ; make coverage.txt

The coverage information will be the coverage.txt and *.gcov files in
the build directories.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
15 files changed:
MCONFIG.in
Makefile.in
configure
configure.in
debugfs/Makefile.in
e2fsck/Makefile.in
ext2ed/Makefile.in
intl/Makefile.in
lib/blkid/Makefile.in
lib/ext2fs/Makefile.in
misc/Makefile.in
po/Makefile.in.in
resize/Makefile.in
tests/progs/Makefile.in
util/Makefile.in