aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_relx.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-14 17:01:16 +0200
committerLoïc Hoguin <[email protected]>2018-05-14 17:01:16 +0200
commitce0160ead3306313d85debc951e8f96e8e553d53 (patch)
tree1afcd7654c89b9e2159095caa45ff5146d8fc2dd /test/plugin_relx.mk
parent551f92737f2f20b43f45c5324eb9bdf55c6a2621 (diff)
downloaderlang.mk-ce0160ead3306313d85debc951e8f96e8e553d53.tar.gz
erlang.mk-ce0160ead3306313d85debc951e8f96e8e553d53.tar.bz2
erlang.mk-ce0160ead3306313d85debc951e8f96e8e553d53.zip
Don't list test cases manually anymore
Diffstat (limited to 'test/plugin_relx.mk')
-rw-r--r--test/plugin_relx.mk3
1 files changed, 1 insertions, 2 deletions
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)