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/core_misc.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/core_misc.mk') diff --git a/test/core_misc.mk b/test/core_misc.mk index ad81df4..0d838ac 100644 --- a/test/core_misc.mk +++ b/test/core_misc.mk @@ -2,8 +2,7 @@ # # The miscellaneous tests use the prefix "core-", not "core-misc-". -CORE_MISC_CASES = clean-crash-dump distclean-tmp help without-edoc without-index without-many -CORE_MISC_TARGETS = $(addprefix core-,$(CORE_MISC_CASES)) +CORE_MISC_TARGETS = $(filter-out core-misc,$(call list_targets,core)) .PHONY: core-misc $(CORE_MISC_TARGETS) -- cgit v1.2.3