You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 16:51:03 UTC

[30/50] couchdb commit: updated refs/heads/master to 6526051

Define 'check' as superset of test suites


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4182a604
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4182a604
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4182a604

Branch: refs/heads/master
Commit: 4182a60418cb81f13029b0e536451087ad0081dc
Parents: 14b8b33
Author: Robert Newson <rn...@apache.org>
Authored: Wed May 21 10:08:05 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed May 21 10:08:05 2014 +0100

----------------------------------------------------------------------
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/4182a604/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index d8dff10..8682934 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,8 @@ clean:
 	@echo "==> couchjs (clean)"
 	@rebar clean
 
-check: compile
-	@rebar eunit skip_deps=ibrowse,meck,mochiweb,oauth,proper,lager,chttpd,couch
+check: eunit
+
 
 dist: compile
 	@rm -rf rel/couchdb