From ce0160ead3306313d85debc951e8f96e8e553d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 14 May 2018 17:01:16 +0200 Subject: Don't list test cases manually anymore --- test/core_compat.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/core_compat.mk') diff --git a/test/core_compat.mk b/test/core_compat.mk index 8d6cabc..c8de73b 100644 --- a/test/core_compat.mk +++ b/test/core_compat.mk @@ -2,8 +2,7 @@ # # Note: autopatch functionality is covered separately. -CORE_COMPAT_CASES = auto-rebar rebar rebar-deps-git rebar-deps-hex rebar-deps-pkg rebar-erlc-opts rebar-pt -CORE_COMPAT_TARGETS = $(addprefix core-compat-,$(CORE_COMPAT_CASES)) +CORE_COMPAT_TARGETS = $(call list_targets,core-compat) REBAR_BINARY = https://github.com/rebar/rebar/releases/download/2.6.0/rebar REBAR3_BINARY = https://s3.amazonaws.com/rebar3/rebar3 -- cgit v1.2.3