aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_cover.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_cover.mk')
-rw-r--r--test/plugin_cover.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/plugin_cover.mk b/test/plugin_cover.mk
index a4accd1..61910dd 100644
--- a/test/plugin_cover.mk
+++ b/test/plugin_cover.mk
@@ -1,7 +1,6 @@
# Common Test plugin.
-COVER_CASES = ct custom-dir eunit eunit-apps-only report-and-merge
-COVER_TARGETS = $(addprefix cover-,$(COVER_CASES))
+COVER_TARGETS = $(call list_targets,cover)
.PHONY: cover $(COVER_TARGETS)