aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_eunit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_eunit.mk')
-rw-r--r--test/plugin_eunit.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/plugin_eunit.mk b/test/plugin_eunit.mk
index 5fd5e77..93c93b6 100644
--- a/test/plugin_eunit.mk
+++ b/test/plugin_eunit.mk
@@ -1,7 +1,6 @@
# EUnit plugin.
-EUNIT_CASES = all apps-only apps-only-error check erl-opts fun mod priv test-dir tests
-EUNIT_TARGETS = $(addprefix eunit-,$(EUNIT_CASES))
+EUNIT_TARGETS = $(call list_targets,eunit)
.PHONY: eunit $(EUNIT_TARGETS)