Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753737AbdCONP4 (ORCPT ); Wed, 15 Mar 2017 09:15:56 -0400 Received: from mail-lf0-f53.google.com ([209.85.215.53]:34632 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753464AbdCONPy (ORCPT ); Wed, 15 Mar 2017 09:15:54 -0400 From: Fathi Boudra To: linux-kernel@vger.kernel.org, Shuah Khan Cc: Fathi Boudra Subject: [PATCH 2/2] selftests: lib: add config fragment for bitmap, printf and prime numbers tests Date: Wed, 15 Mar 2017 15:15:35 +0200 Message-Id: <20170315131535.11438-2-fathi.boudra@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170315131535.11438-1-fathi.boudra@linaro.org> References: <20170315131535.11438-1-fathi.boudra@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 561 Lines: 19 test_bitmap, test_printf and prime_numbers are expected to be built as modules. Signed-off-by: Fathi Boudra --- tools/testing/selftests/lib/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/testing/selftests/lib/config diff --git a/tools/testing/selftests/lib/config b/tools/testing/selftests/lib/config new file mode 100644 index 000000000000..7fe4d7c3c947 --- /dev/null +++ b/tools/testing/selftests/lib/config @@ -0,0 +1,3 @@ +CONFIG_PRIME_NUMBERS=m +CONFIG_TEST_BITMAP=m +CONFIG_TEST_PRINTF=m -- 2.11.0