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

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

Build with normal rebar.config


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

Branch: refs/heads/master
Commit: d2dcbba76373ce4d18a913bcf741d6b6ffeba104
Parents: e859477
Author: Adam Lindberg <he...@alind.io>
Authored: Fri Mar 14 18:39:43 2014 +0100
Committer: Adam Lindberg <he...@alind.io>
Committed: Fri Mar 14 18:39:43 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/d2dcbba7/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 535c569..18115e3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,9 @@ rebuild: distclean get-deps all
 
 get-deps:
 	@$(REBAR) -C test.config get-deps
-	@$(REBAR) -C test.config compile
 
 compile:
-	@$(REBAR) -C test.config skip_deps=true compile
+	@$(REBAR) -C rebar.config skip_deps=true compile
 
 doc:
 	@$(REBAR) -C test.config skip_deps=true doc
@@ -35,7 +34,8 @@ doc:
 clean:
 	@$(REBAR) -C test.config skip_deps=true clean
 
-test: get-deps
+test: get-deps compile
+	@$(REBAR) -C test.config compile
 	@$(REBAR) -C test.config skip_deps=true eunit
 
 $(PLTFILE):