public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <petr.vorel@gmail.com>
To: linux-kbuild@vger.kernel.org
Cc: Petr Vorel <petr.vorel@gmail.com>,
	Masahiro Yamada <yamada.masahiro@socionext.com>
Subject: [PATCH 1/1] Makefile: Add testconfig target into doc
Date: Sat, 12 May 2018 21:46:13 +0200	[thread overview]
Message-ID: <20180512194613.24059-1-petr.vorel@gmail.com> (raw)

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


             reply	other threads:[~2018-05-12 19:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-12 19:46 Petr Vorel [this message]
2018-05-14  1:55 ` [PATCH 1/1] Makefile: Add testconfig target into doc Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180512194613.24059-1-petr.vorel@gmail.com \
    --to=petr.vorel@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox