commit | fedfb27fe55f5fe643c1f110e55ee4413db8ec5b | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Feb 23 00:17:09 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Feb 23 00:17:09 2014 -0500 |
tree | 256e09901433134e5b87bd66f31dbe7db2caadfd | |
parent | 585bca68f89aa2a99e39f9234a10f825eb243589 [diff] |
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>