From 2a3f0971212cecc1e7a414131e8d376385264eae Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 20 Aug 2015 12:18:42 -0400 Subject: [PATCH] Move full dependency info from test to main rebar.config --- Makefile | 2 +- rebar.config | 2 +- rebar_test_build.config | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 rebar_test_build.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"]}. -- 2.20.1