summaryrefslogtreecommitdiff
path: root/ext2ed
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-02-23 00:17:09 -0500
committerTheodore Ts'o <tytso@mit.edu>2014-02-23 00:17:09 -0500
commitfedfb27fe55f5fe643c1f110e55ee4413db8ec5b (patch)
tree256e09901433134e5b87bd66f31dbe7db2caadfd /ext2ed
parent585bca68f89aa2a99e39f9234a10f825eb243589 (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>
Diffstat (limited to 'ext2ed')
-rw-r--r--ext2ed/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2ed/Makefile.in b/ext2ed/Makefile.in
index 290f06e8..5f4cc69a 100644
--- a/ext2ed/Makefile.in
+++ b/ext2ed/Makefile.in
@@ -65,7 +65,7 @@ ext2ed.8: $(DEP_SUBSTITUTE) $(srcdir)/ext2ed.8.in
ext2ed.conf: $(DEP_SUBSTITUTE) $(srcdir)/ext2ed.conf.in
$(SUBSTITUTE_UPTIME) $(srcdir)/ext2ed.conf.in ext2ed.conf
-clean:
+clean::
$(RM) -f ext2ed $(OBJS) $(DOCS) ext2ed.conf ext2ed.8
-rmdir doc