From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE288C49ED7 for ; Fri, 20 Sep 2019 23:36:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 821812080F for ; Fri, 20 Sep 2019 23:36:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569022564; bh=5sglSv+9hSOJc0b2FWY8nQeYj0FpLkqsXtS/3eUTZSE=; h=In-Reply-To:References:Cc:To:From:Subject:Date:List-ID:From; b=y5dEs6QtCn1xs8iSWEO2kbz7SYS45ApYj5Y9McE9lZRGzld62Bcoy21jqzZt55Qgy BV08ze1tWDgYfDZ87ymBtJtM1eDMQxkt2tib6/BjkPWvaVZ2io2612DMB7pFDWkPYJ M5k4GEfcud6/BrBA5dbs0Wa8fxUwrHMGSz6YT08Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437263AbfITXgB (ORCPT ); Fri, 20 Sep 2019 19:36:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:47022 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405089AbfITXgB (ORCPT ); Fri, 20 Sep 2019 19:36:01 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 48BBA20644; Fri, 20 Sep 2019 23:36:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569022560; bh=5sglSv+9hSOJc0b2FWY8nQeYj0FpLkqsXtS/3eUTZSE=; h=In-Reply-To:References:Cc:To:From:Subject:Date:From; b=QoMrsX259uVvKBLBgqFjYCWW1WAj3R7P2E6eLBj5gAyIaMIeiTZjnJfb1ejgaJusJ UkwBwgUAjsyBgNEGV13XM9dZr3pmhCUgchYJf34niV3DUvIrN8ruCbCxuAbZoqAL58 4PWBzZepSAwldwciLUi98T3R3UO3RBc/aPRrzFTw= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190920231923.141900-7-brendanhiggins@google.com> References: <20190920231923.141900-1-brendanhiggins@google.com> <20190920231923.141900-7-brendanhiggins@google.com> Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, kunit-dev@googlegroups.com, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-nvdimm@lists.01.org, linux-um@lists.infradead.org, Alexander.Levin@microsoft.com, Tim.Bird@sony.com, amir73il@gmail.com, dan.carpenter@oracle.com, daniel@ffwll.ch, jdike@addtoit.com, joel@jms.id.au, julia.lawall@lip6.fr, khilman@baylibre.com, knut.omang@oracle.com, logang@deltatee.com, mpe@ellerman.id.au, pmladek@suse.com, rdunlap@infradead.org, richard@nod.at, rientjes@google.com, rostedt@goodmis.org, wfg@linux.intel.com, torvalds@linux-foundation.org, Brendan Higgins , Andrew Morton , Kees Cook To: Brendan Higgins , frowand.list@gmail.com, gregkh@linuxfoundation.org, jpoimboe@redhat.com, keescook@google.com, kieran.bingham@ideasonboard.com, mcgrof@kernel.org, peterz@infradead.org, robh@kernel.org, shuah@kernel.org, tytso@mit.edu, yamada.masahiro@socionext.com From: Stephen Boyd Subject: Re: [PATCH v16 06/19] lib: enable building KUnit in lib/ User-Agent: alot/0.8.1 Date: Fri, 20 Sep 2019 16:35:59 -0700 Message-Id: <20190920233600.48BBA20644@mail.kernel.org> Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Quoting Brendan Higgins (2019-09-20 16:19:10) > KUnit is a new unit testing framework for the kernel and when used is > built into the kernel as a part of it. Add KUnit to the lib Kconfig and > Makefile to allow it to be actually built. >=20 > Signed-off-by: Brendan Higgins > Cc: Randy Dunlap > Cc: Andrew Morton > Cc: Masahiro Yamada > Cc: Kees Cook > --- > lib/Kconfig.debug | 2 ++ > lib/Makefile | 2 ++ > 2 files changed, 4 insertions(+) >=20 > diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug > index 5960e2980a8a..5870fbe11e9b 100644 > --- a/lib/Kconfig.debug > +++ b/lib/Kconfig.debug > @@ -2144,4 +2144,6 @@ config IO_STRICT_DEVMEM > =20 > source "arch/$(SRCARCH)/Kconfig.debug" > =20 > +source "lib/kunit/Kconfig" > + Perhaps this should go by the "Runtime Testing" part? Before or after. > endmenu # Kernel hacking