summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2005-01-21 23:38:57 +0000
committerJoe Orton <notroj@users.noreply.github.com>2005-01-21 23:38:57 +0000
commit3166c7cdfa24ec17d9d76004dbb1c9bb8ccd39bc (patch)
tree88650a4fe9134a6298bfc8e0fa72212b70e245d7 /Makefile.in
parenta527eacb527004e879962422e51df5b5062f594e (diff)
downloadneon-git-3166c7cdfa24ec17d9d76004dbb1c9bb8ccd39bc.tar.gz
* Makefile.in (cover): Remove all .*da files before running coverage
testing to avoid gcda merge errors.
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)