Run couchdb tests with eunit
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/215bb006 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/215bb006 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/215bb006 Branch: refs/heads/1.x.x Commit: 215bb006f500127a4d82696a3c496fcddea41d1c Parents: 641c365 Author: Alexander Shorin <[email protected]> Authored: Mon Jun 16 16:05:47 2014 +0400 Committer: Alexander Shorin <[email protected]> Committed: Thu Dec 3 00:52:03 2015 +0300 ---------------------------------------------------------------------- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/215bb006/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index 413c1a8..27405d2 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
