From patchwork Sat May 12 19:46:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 10395971 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B09C360233 for ; Sat, 12 May 2018 19:46:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A175328FDC for ; Sat, 12 May 2018 19:46:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9563928FE4; Sat, 12 May 2018 19:46:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2C94228FDC for ; Sat, 12 May 2018 19:46:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751955AbeELTqV (ORCPT ); Sat, 12 May 2018 15:46:21 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:38319 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbeELTqV (ORCPT ); Sat, 12 May 2018 15:46:21 -0400 Received: by mail-wm0-f66.google.com with SMTP id m129-v6so8544434wmb.3 for ; Sat, 12 May 2018 12:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=wcCl0Bchy2E8HDAB1hmQ6G3j6VunfGv3zPKt9r3mtTA=; b=JW6Dfiy5eOAviOesYqsMv9HzhaokZ0Htw7ySmjlBgZqE0C0Su3eBigaxETFWd0nzGP azWkfBzMcSzMvCvNFk+egu5ODhJdOQvw/l17xgSnrbfed+z6T+hn9keG92kjvW+tGiXR bRltj/OfqySg+XsusqKMc+w8tIUrWZgRmx+Tx+hy0xdyBevz2euibJz1Z7Ns45lD346K NP2Xc/GTFxRAofFUtaDCTYhfz11ALnJ93LJ5tkp57exdFBi6xX6CXxVqVDJfQUXvESFC Fs+kktzS7+wn5FDz3qN1ADuDp/QmudoUGJ5cIS2Mn+mAgB2fdL3IdT4Uh109JG00BiGc hjnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=wcCl0Bchy2E8HDAB1hmQ6G3j6VunfGv3zPKt9r3mtTA=; b=TUDQPPRx8/0124wg9majVllTGxmGXshqPp2XRxM1jpUlZpUhxKtYRQMzzEBaW/vhbm UmxXDxf2FqOPyMHa3H3vaWio10n2NytOFaSFAyEmOdszcXhbtuxhkrpUNoMsUOygTS0O Z9vyYx37G5k1vzxOLGaN2pSs8pS6PR4cFhubQzBSNI1wENnYj2mrr9PRZM+eClBbXp7C a2G0Af6Wa1oVh5IAZxlRUOqB3NPshRdbRpYNvBWs4VmLYKtThcNwHcIDTKW5S05G/rMU qAaZDZfLmYi0nvK4F26jIr3N//PMepv8KhqUTBxyO+fb21nqg1OXr4pcukxdWtO/mLoH YxBg== X-Gm-Message-State: ALKqPwfVzKYXfSrhe/bxrCEjI5+ifvjFotNzpXl9FzHerKEalYKWhiyy ppHDeXtEfVBXSNtXkakBS6/twA== X-Google-Smtp-Source: AB8JxZoHi1SmTV+a64MBFIXWfac7P400kiIUeg/5wVLyL6syH1nm0vZTPzjqSHRjASKzHP3b9jKNGA== X-Received: by 2002:a1c:87d4:: with SMTP id j203-v6mr1689402wmd.119.1526154379767; Sat, 12 May 2018 12:46:19 -0700 (PDT) Received: from localhost.localdomain ([85.119.94.113]) by smtp.gmail.com with ESMTPSA id 67-v6sm4754754wmw.32.2018.05.12.12.46.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 May 2018 12:46:18 -0700 (PDT) From: Petr Vorel To: linux-kbuild@vger.kernel.org Cc: Petr Vorel , Masahiro Yamada Subject: [PATCH 1/1] Makefile: Add testconfig target into doc Date: Sat, 12 May 2018 21:46:13 +0200 Message-Id: <20180512194613.24059-1-petr.vorel@gmail.com> X-Mailer: git-send-email 2.17.0 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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)')