You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:31:11 UTC

[17/50] meck commit: updated refs/heads/master to dde7590

Get dependencies while building tests


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

Branch: refs/heads/master
Commit: 899eece9436c78eace32fe5669bfb83d2613f6cf
Parents: 201b386
Author: Adam Lindberg <he...@alind.io>
Authored: Sat Aug 17 14:07:42 2013 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Sat Aug 17 14:07:42 2013 +0200

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/899eece9/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index ec7eec8..535c569 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ doc:
 clean:
 	@$(REBAR) -C test.config skip_deps=true clean
 
-test:
+test: get-deps
 	@$(REBAR) -C test.config skip_deps=true eunit
 
 $(PLTFILE):