From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754056AbbCMW6M (ORCPT ); Fri, 13 Mar 2015 18:58:12 -0400 Received: from resqmta-po-09v.sys.comcast.net ([96.114.154.168]:56994 "EHLO resqmta-po-09v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751437AbbCMW6I (ORCPT ); Fri, 13 Mar 2015 18:58:08 -0400 From: Shuah Khan To: john.stultz@linaro.org, tglx@linutronix.de, mpe@ellerman.id.au Cc: Shuah Khan , linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Changes to timers Maefile to use shared logic for run_tests and install Date: Fri, 13 Mar 2015 16:57:49 -0600 Message-Id: X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set: adds ability to run and emit script for tests args to lib.mk. lib.mk provides a way to override the default RUN_TESTS and EMIT_TESTS, however in the cases where a test has several executables that don't require any special args and/or handling and some that do, overrding will be cumbersome. Add variables RUN_TESTS_WITH_ARGS, and EMIT_TESTS_WITH_ARGS to enable a test to run and exmit script for such special executables. Timers test Makefile is changed to use the shared logic for running and installing tests. Shuah Khan (2): selftests: add ability to run and emit script for tests args to lib.mk selftests/timers: change to use shared logic to run and install tests tools/testing/selftests/lib.mk | 6 ++++++ tools/testing/selftests/timers/Makefile | 20 +++++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) -- 2.1.0