summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2014-06-12 02:45:44 +0400
committerAlexander Shorin <kxepal@apache.org>2014-06-17 02:50:21 +0400
commit6eac98de0a0fb9427994ba80cfca5760ca55e8be (patch)
tree9059da38c008f07102109a4f49b4e440dbf44fd4
parentfed4311ea57c979c63a71d409007c9c4706f07bb (diff)
downloadcouchdb-6eac98de0a0fb9427994ba80cfca5760ca55e8be.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