summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2014-06-16 16:05:47 +0400
committerAlexander Shorin <kxepal@apache.org>2015-12-03 00:52:03 +0300
commit215bb006f500127a4d82696a3c496fcddea41d1c (patch)
tree56d16eb17d3adaaffbad94b72ff54a43c80460a5
parent641c3654fbd39125cd24ad75f89504803deecf31 (diff)
downloadcouchdb-215bb006f500127a4d82696a3c496fcddea41d1c.tar.gz
Run couchdb tests with eunit
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 413c1a851..27405d20d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,7 @@ THANKS.gz: THANKS
check: dev check-js
if TESTS
- $(top_builddir)/test/etap/run $(top_srcdir)/test/etap
+ $(top_builddir)/test/couchdb/run -v $(top_srcdir)/test/couchdb
endif
check-js: dev