From: Siraaj Khandkar Date: Thu, 20 Aug 2015 16:18:42 +0000 (-0400) Subject: Move full dependency info from test to main rebar.config X-Git-Tag: 0.0.0~4 X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=commitdiff_plain;h=2a3f0971212cecc1e7a414131e8d376385264eae Move full dependency info from test to main rebar.config --- diff --git a/Makefile b/Makefile index fe90b00..6e99797 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REBAR := ./rebar --config rebar_test_build.config +REBAR := ./rebar .PHONY: \ all \ diff --git a/rebar.config b/rebar.config index c59940d..8a4f3f1 100644 --- a/rebar.config +++ b/rebar.config @@ -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 index 8a4f3f1..0000000 --- a/rebar_test_build.config +++ /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"]}.