From 0ce8ee39bbe811edd15f08b3650ec289e7809568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 16 May 2023 15:43:18 +0200 Subject: Don't run core-deps-optional test when LEGACY=1 --- test/core_deps.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/core_deps.mk b/test/core_deps.mk index 26ff4c3..4d8e161 100644 --- a/test/core_deps.mk +++ b/test/core_deps.mk @@ -1237,6 +1237,7 @@ core-deps-mv-rebar: init $i "Build the application" $t $(MAKE) -C $(APP)-moved $v +ifndef LEGACY core-deps-optional: init $i "Bootstrap a new OTP application named $(APP)" @@ -1260,6 +1261,7 @@ core-deps-optional: init true = lists:member(quicer, Deps), \ {ok, [quicer]} = application:get_key($(APP), optional_applications), \ halt()" +endif # A lower-level dependency of the first dependency always # wins over a lower-level dependency of the second dependency. -- cgit v1.2.3