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_ct.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/plugin_ct.mk') diff --git a/test/plugin_ct.mk b/test/plugin_ct.mk index be44287..d2df526 100644 --- a/test/plugin_ct.mk +++ b/test/plugin_ct.mk @@ -1,7 +1,6 @@ # Common Test plugin. -CT_CASES = all apps apps-only case check group logs-dir opts suite tests -CT_TARGETS = $(addprefix ct-,$(CT_CASES)) +CT_TARGETS = $(call list_targets,ct) .PHONY: ct $(CT_TARGETS) -- cgit v1.2.3