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/plugin_relx.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/plugin_relx.mk') diff --git a/test/plugin_relx.mk b/test/plugin_relx.mk index 9970f99..3e77516 100644 --- a/test/plugin_relx.mk +++ b/test/plugin_relx.mk @@ -3,8 +3,7 @@ # Sleeps when interacting with relx script are necessary after start and upgrade # as both of those interactions are not synchronized. -RELX_CASES = rel bare-rel relup start-stop tar vsn -RELX_TARGETS = $(addprefix relx-,$(RELX_CASES)) +RELX_TARGETS = $(call list_targets,relx) .PHONY: relx $(RELX_TARGETS) -- cgit v1.2.3