summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 \