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:01 UTC

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

Add 'check' target, excluding some projects for now


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

Branch: refs/heads/master
Commit: 28730f64aff8c92132b35572671902300ef7c557
Parents: cb182c2
Author: Robert Newson <rn...@apache.org>
Authored: Tue May 20 14:31:45 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue May 20 14:31:45 2014 +0100

----------------------------------------------------------------------
 Makefile | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/28730f64/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 84aab6b..9bf7da8 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,9 @@ clean:
 	@echo "==> couchjs (clean)"
 	@rebar clean
 
+check: compile
+	@rebar eunit skip_deps=ibrowse,meck,mochiweb,oauth,proper,lager,chttpd,couch
+
 dist: compile
 	@rm -rf rel/couchdb
 	@rebar generate