Просмотр исходного кода

Fix missing core-misc target in tests

This updates core_misc.mk to match the other core_*.mk files, whose
tests are included via the include_core mechanism in Makefile.
Thomas Nixon 7 лет назад
Родитель
Сommit
3381435e49
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      test/core_misc.mk

+ 2 - 2
test/core_misc.mk

@@ -5,9 +5,9 @@
 CORE_MISC_CASES = clean-crash-dump distclean-tmp help without-edoc without-index without-many
 CORE_MISC_TARGETS = $(addprefix core-,$(CORE_MISC_CASES))
 
-.PHONY: $(CORE_MISC_TARGETS)
+.PHONY: core-misc $(CORE_MISC_TARGETS)
 
-core:: $(CORE_MISC_TARGETS)
+core-misc: $(CORE_MISC_TARGETS)
 
 core-clean-crash-dump: build clean