Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754082AbdCTK1k (ORCPT ); Mon, 20 Mar 2017 06:27:40 -0400 Received: from mail-lf0-f52.google.com ([209.85.215.52]:34455 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753019AbdCTK1a (ORCPT ); Mon, 20 Mar 2017 06:27:30 -0400 From: Fathi Boudra To: linux-kselftest@vger.kernel.org, Shuah Khan Cc: linux-kernel@vger.kernel.org, Fathi Boudra Subject: [PATCH 0/3] selftests: config fragments update Date: Mon, 20 Mar 2017 12:18:19 +0200 Message-Id: <20170320101822.28238-1-fathi.boudra@linaro.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 625 Lines: 18 kselftest-merge target allows to enable the dependencies of kernel config for kselftest testcases. Add config dependencies to run ftrace, lib and vm tests. Fathi Boudra (3): selftests: lib: add config fragment for bitmap, printf and prime numbers tests selftests: ftrace: add CONFIG_KPROBES=y to the config fragment selftests: vm: add CONFIG_SYSVIPC=y to the config fragment tools/testing/selftests/ftrace/config | 1 + tools/testing/selftests/lib/config | 3 +++ tools/testing/selftests/vm/config | 1 + 3 files changed, 5 insertions(+) create mode 100644 tools/testing/selftests/lib/config -- 2.11.0