Move full dependency info from test to main rebar.config
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 20 Aug 2015 16:18:42 +0000 (12:18 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 20 Aug 2015 16:18:42 +0000 (12:18 -0400)
Makefile
rebar.config
rebar_test_build.config [deleted file]

index fe90b00..6e99797 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-REBAR := ./rebar --config rebar_test_build.config
+REBAR := ./rebar
 
 .PHONY: \
        all \
index c59940d..8a4f3f1 100644 (file)
@@ -1,5 +1,5 @@
 { deps
-, [ {hope, ".*"}
+, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.7.0"}}}
   ]
 }.
 
diff --git a/rebar_test_build.config b/rebar_test_build.config
deleted file mode 100644 (file)
index 8a4f3f1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-{ deps
-, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.7.0"}}}
-  ]
-}.
-
-{cover_enabled, true}.
-
-{clean_files, ["test/*.beam"]}.
This page took 0.022174 seconds and 4 git commands to generate.