aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_protobuffs.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-12-07 19:40:02 +0100
committerLoïc Hoguin <[email protected]>2018-12-07 19:40:02 +0100
commita3cd50792d0ed1c5dfee66ff79ee7117057e9970 (patch)
tree79c76f50159c7d63fc313628b8b0715831537b42 /test/plugin_protobuffs.mk
parent1fb70e0d435e5058c558f89d223a0f6ba3bd5342 (diff)
downloaderlang.mk-a3cd50792d0ed1c5dfee66ff79ee7117057e9970.tar.gz
erlang.mk-a3cd50792d0ed1c5dfee66ff79ee7117057e9970.tar.bz2
erlang.mk-a3cd50792d0ed1c5dfee66ff79ee7117057e9970.zip
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.
Diffstat (limited to 'test/plugin_protobuffs.mk')
-rw-r--r--test/plugin_protobuffs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/plugin_protobuffs.mk b/test/plugin_protobuffs.mk
index 5a23cf4..0d29e4b 100644
--- a/test/plugin_protobuffs.mk
+++ b/test/plugin_protobuffs.mk
@@ -8,7 +8,7 @@ protobuffs: $(PROTOBUFFS_TARGETS)
PROTOBUFFS_URL = https://raw.githubusercontent.com/basho/erlang_protobuffs/master/test/erlang_protobuffs_SUITE_data
-protobuffs-compile: build clean
+protobuffs-compile: init
$i "Bootstrap a new OTP library named $(APP)"
$t mkdir $(APP)/
@@ -40,7 +40,7 @@ protobuffs-compile: build clean
{ok, [empty_pb, simple_pb]} = application:get_key($(APP), modules), \
halt()"
-protobuffs-compile-with-gpb: build clean
+protobuffs-compile-with-gpb: init
$i "Bootstrap a new OTP library named $(APP)"
$t mkdir $(APP)/
@@ -72,7 +72,7 @@ protobuffs-compile-with-gpb: build clean
{ok, [empty_pb, simple_pb]} = application:get_key($(APP), modules), \
halt()"
-protobuffs-makefile-change: build clean
+protobuffs-makefile-change: init
$i "Bootstrap a new OTP library named $(APP)"
$t mkdir $(APP)/