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_dialyzer.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/plugin_dialyzer.mk') diff --git a/test/plugin_dialyzer.mk b/test/plugin_dialyzer.mk index 9a13bcd..44ba403 100644 --- a/test/plugin_dialyzer.mk +++ b/test/plugin_dialyzer.mk @@ -1,7 +1,6 @@ # Dialyzer plugin. -DIALYZER_CASES = app apps-only apps-with-local-deps beam check custom-plt deps erlc-opts local-deps opts plt-apps plt-ebin-only -DIALYZER_TARGETS = $(addprefix dialyzer-,$(DIALYZER_CASES)) +DIALYZER_TARGETS = $(call list_targets,dialyzer) ifneq ($(shell which sem 2>/dev/null),) DIALYZER_MUTEX = sem --fg --id dialyzer -- cgit v1.2.3