make testconfig appeared in these commits: 022a4bf6b59d kconfig: tests: add framework for Kconfig unit testing 1903c5119059 kconfig: tests: add basic choice tests Signed-off-by: Petr Vorel <petr.vorel@xxxxxxxxx> --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d0d2652db174..da9a254203f7 100644 --- a/Makefile +++ b/Makefile @@ -1477,6 +1477,9 @@ help: @echo 'Documentation targets:' @$(MAKE) -f $(srctree)/Documentation/Makefile dochelp @echo '' + @echo 'Testing targets:' + @echo ' testconfig - Run Kconfig unit tests' + @echo '' @echo 'Architecture specific targets ($(SRCARCH)):' @$(if $(archhelp),$(archhelp),\ echo ' No architecture specific help defined for $(SRCARCH)') -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html