summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-11-09 00:50:11 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-11-09 00:50:11 +0000
commit49c4173c29658de7de2aa05a79be0def8672d3c8 (patch)
tree09288a0ec1e1b2fe929adb2592437a6b230c81df /Makefile.am
parent3c3aa6a5ca40b23dc51c91c99e5a5d6740e1b7cf (diff)
Forgot to fix make cover
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833956 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cb963ec6..404a911a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ check: dev
cover: dev
rm -f cover/*.coverdata
- COVER=1 COVER_BIN=./src/couchdb/ prove test/etap/*.t
+ COVER=1 COVER_BIN=./src/couchdb/ $(top_builddir)/test/etap/run
SRC=./src/couchdb/ \
$(ERL) -noshell \
-pa src/etap \