summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2014-06-12 02:45:44 +0400
committerAlexander Shorin <kxepal@apache.org>2015-12-03 00:52:10 +0300
commite3ab316ba18e04abd9677fe904de6bb17a44983f (patch)
treeb9daa6d032317cfdf3e9a4c0601879f09248b399
parent1649e68f8fbc4c74bcda608bf5e3f0fa7a620ec2 (diff)
downloadcouchdb-e3ab316ba18e04abd9677fe904de6bb17a44983f.tar.gz
Run couch_mrview tests with eunit
-rw-r--r--src/couch_mrview/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch_mrview/Makefile.am b/src/couch_mrview/Makefile.am
index 0f140aa78..b9abe286d 100644
--- a/src/couch_mrview/Makefile.am
+++ b/src/couch_mrview/Makefile.am
@@ -58,7 +58,7 @@ CLEANFILES = $(compiled_files)
check:
if TESTS
- $(abs_top_builddir)/test/etap/run $(abs_top_srcdir)/src/couch_mrview/test
+ $(abs_top_builddir)/test/couchdb/run -v $(abs_top_srcdir)/src/couch_mrview/test
endif
ebin/%.app: src/%.app.src