You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/29 00:42:33 UTC

[08/54] jiffy commit: updated refs/heads/master to ef77de4

Remove etap target from the Makefile


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

Branch: refs/heads/master
Commit: 5752dbc1fc2d9e5fd41c347b206295af8445764f
Parents: 46b3152
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Jun 16 21:14:39 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Mon Jun 16 21:14:39 2014 -0500

----------------------------------------------------------------------
 Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/5752dbc1/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 95b4233..025486e 100644
--- a/Makefile
+++ b/Makefile
@@ -29,15 +29,11 @@ build: depends
 	$(REBAR) compile
 
 
-etap: test/etap.beam test/util.beam
-	prove test/*.t
-
-
 eunit:
 	$(REBAR) eunit skip_deps=true
 
 
-check: build etap eunit
+check: build eunit
 
 
 %.beam: %.erl