public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Makefile: Add testconfig target into doc
@ 2018-05-12 19:46 Petr Vorel
  2018-05-14  1:55 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2018-05-12 19:46 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Petr Vorel, Masahiro Yamada

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@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] Makefile: Add testconfig target into doc
  2018-05-12 19:46 [PATCH 1/1] Makefile: Add testconfig target into doc Petr Vorel
@ 2018-05-14  1:55 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2018-05-14  1:55 UTC (permalink / raw)
  To: Petr Vorel; +Cc: Linux Kbuild mailing list

2018-05-13 4:46 GMT+09:00 Petr Vorel <petr.vorel@gmail.com>:
> 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@gmail.com>
> ---
>  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)')
> --

I think this should be added to scripts/kconfig/Makefile

Can you also mention 'python3 and pytest are required' ?



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-14  1:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-12 19:46 [PATCH 1/1] Makefile: Add testconfig target into doc Petr Vorel
2018-05-14  1:55 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox