From a3cd50792d0ed1c5dfee66ff79ee7117057e9970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 7 Dec 2018 19:40:02 +0100 Subject: Autopatch: allow configuring REBAR_GIT and REBAR_COMMIT And use this in the tests to fetch Rebar only once and then clone from the local repository. This should speed up tests a little. --- test/core_makedep.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/core_makedep.mk') diff --git a/test/core_makedep.mk b/test/core_makedep.mk index 027b859..6df5e8f 100644 --- a/test/core_makedep.mk +++ b/test/core_makedep.mk @@ -6,7 +6,7 @@ CORE_MAKEDEP_TARGETS = $(call list_targets,core-makedep) core-makedep: $(CORE_MAKEDEP_TARGETS) -core-makedep-behavior: build clean +core-makedep-behavior: init $i "Bootstrap a new OTP library named $(APP)" $t mkdir $(APP)/ @@ -25,7 +25,7 @@ core-makedep-behavior: build clean $t test -f $(APP)/ebin/boy.beam $t test -f $(APP)/ebin/human.beam -core-makedep-import: build clean +core-makedep-import: init $i "Bootstrap a new OTP library named $(APP)" $t mkdir $(APP)/ -- cgit v1.2.3