summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-01-21 23:38:57 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-01-21 23:38:57 +0000
commit91ee616c29084312db756281c97cebf1b34571e4 (patch)
tree88650a4fe9134a6298bfc8e0fa72212b70e245d7 /Makefile.in
parente6aaf5c93d24a61328f58f9b500b0c52f6c840dc (diff)
downloadneon-91ee616c29084312db756281c97cebf1b34571e4.tar.gz
* Makefile.in (cover): Remove all .*da files before running coverage
testing to avoid gcda merge errors. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@442 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 9b380ad..b8187f5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2004 Joe Orton <joe@manyfish.co.uk>
+# Copyright (C) 2001-2005 Joe Orton <joe@manyfish.co.uk>
# Copyright (C) 1994, 1995-8, 1999, 2000 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -59,9 +59,9 @@ check: subdirs
cd test && $(MAKE) check
# Useful for doing coverage analysis; use e.g.:
-# make TESTS=string-tests MODULE=ne_string cover
+# make TESTS=string-tests MODULE=ne_string.c cover
cover: subdirs
- @rm -f src/$(MODULE).*da test/common/*.*da test/*.*da
+ @rm -f src/*.*da test/common/*.*da test/*.*da
@cd test && $(MAKE) check
@cd src && $(GCOV) -cb $(MODULE)