aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-05 14:43:33 +0200
committerLoïc Hoguin <[email protected]>2023-05-05 16:14:06 +0200
commit2f5e90da5156a54275f30b6b4a4051774adea3da (patch)
tree2150f766e059809b8df6e897f5bc096a4618fbc8 /test
parent9fd062209fcdb05331dc0b8aa8cd831723bdf6eb (diff)
downloaderlang.mk-2f5e90da5156a54275f30b6b4a4051774adea3da.tar.gz
erlang.mk-2f5e90da5156a54275f30b6b4a4051774adea3da.tar.bz2
erlang.mk-2f5e90da5156a54275f30b6b4a4051774adea3da.zip
Autopatch: Move to Rebar3
Diffstat (limited to 'test')
-rw-r--r--test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index b10e05f..e2efc22 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -131,14 +131,14 @@ clean::
init: clean
$i "Prefetch Rebar if necessary"
$t if [ ! -d test_rebar_git ]; then \
- git clone -q -n -- https://github.com/rebar/rebar test_rebar_git; \
+ git clone -q -n -- https://github.com/erlang/rebar3 test_rebar_git; \
fi
$i "Generate a bleeding edge Erlang.mk"
$t cd .. && $(MAKE) $v
-REBAR_GIT = file://$(CURDIR)/test_rebar_git
-export REBAR_GIT
+REBAR3_GIT = file://$(CURDIR)/test_rebar_git
+export REBAR3_GIT
# Core.