aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-10-29 18:04:57 +0100
committerLoïc Hoguin <[email protected]>2020-10-29 18:04:57 +0100
commit6c8aa152a39ba285ad6852208574e231dd07dd34 (patch)
treedb3fe495c240354534f9f9afcac170efbf9bc20f /test
parent8a7b284b88be6d7e3048508f0b62b89d24d5c582 (diff)
downloaderlang.mk-6c8aa152a39ba285ad6852208574e231dd07dd34.tar.gz
erlang.mk-6c8aa152a39ba285ad6852208574e231dd07dd34.tar.bz2
erlang.mk-6c8aa152a39ba285ad6852208574e231dd07dd34.zip
Use hex_core to fetch Hex packages
Diffstat (limited to 'test')
-rw-r--r--test/core_deps.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/core_deps.mk b/test/core_deps.mk
index 977fcaf..f83caf3 100644
--- a/test/core_deps.mk
+++ b/test/core_deps.mk
@@ -599,6 +599,9 @@ core-deps-fetch-hex: init
$t cp ../erlang.mk $(APP)/
$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
+ $i "Add hex_core to the list of build dependencies"
+ $t perl -ni.bak -e 'print;if ($$.==1) {print "BUILD_DEPS += hex_core\n"}' $(APP)/Makefile
+
$i "Add Cowboy 1.0.0 to the list of dependencies"
$t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = cowboy\ndep_cowboy = hex 1.0.0\n"}' $(APP)/Makefile