From patchwork Tue Apr 21 22:50:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Baker X-Patchwork-Id: 6254221 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 242399F32B for ; Tue, 21 Apr 2015 22:53:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6035C2035D for ; Tue, 21 Apr 2015 22:53:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 266AA2034E for ; Tue, 21 Apr 2015 22:53:50 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ykh06-00030s-93; Tue, 21 Apr 2015 22:50:42 +0000 Received: from mail-pd0-f173.google.com ([209.85.192.173]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ykgzt-0002Ur-42 for linux-arm-kernel@lists.infradead.org; Tue, 21 Apr 2015 22:50:30 +0000 Received: by pdea3 with SMTP id a3so255384506pde.3 for ; Tue, 21 Apr 2015 15:50:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3vlcYVKiwIpmvwoGSr2ATuFWMtc6JmZkxef7F55pG4Q=; b=VwQMmksliAe3hts9bEcPagRSnt6MqGdulIuIbQvb3UXa/PVwpsEQ7ylFKyHW35exPh h+ai2jzUe5Kh056rI+WowX3Nt/2iDSGmho1WTQMtL2va52sm5gjILUrodoYKZt1C1AvK MQQRnd9n5qLKf7PzdFsKu2JGRgWB6MxVl6LTEJBKP+LvIBT/EVV25M2EBInts2ByOSOz NboAuklPORkUwtmgdt9rF4+BhzebM9qKpWHYHgkmgqwyC6BLD7wSKKsBE1yRMAUxNyto NvI/RWgFP/E1NIRuWoTZr4CEXyF19vanW1GXkmy1Ndlgno6agp6bBTj8Ibe6VXrzobDl usOQ== X-Gm-Message-State: ALoCoQlN4DdgCIrqfjqbFwxD5XDXZfooyQsbpmj6DuhQdvo9EmuAD1+cka81HdH3/zbJchbMwQoQ X-Received: by 10.66.150.196 with SMTP id uk4mr12894666pab.54.1429656607783; Tue, 21 Apr 2015 15:50:07 -0700 (PDT) Received: from localhost.localdomain ([173.14.250.228]) by mx.google.com with ESMTPSA id i9sm3063556pdj.27.2015.04.21.15.50.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Apr 2015 15:50:07 -0700 (PDT) From: Tyler Baker To: Shuah Khan Subject: [PATCH v4 2/7] selftests/ftrace: install test.d Date: Tue, 21 Apr 2015 15:50:01 -0700 Message-Id: <1429656601-9254-1-git-send-email-tyler.baker@linaro.org> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150421_155029_228125_C5FB10DD X-CRM114-Status: UNSURE ( 8.34 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.0 (-) Cc: Kevin Hilman , Michael Ellerman , Tyler Baker , linux-kernel@vger.kernel.org, John Stultz , David Herrmann , Darren Hart , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The ftrace test requires the directory test.d and all of it's contents to be present during execution. Use TEST_DIRS to ensure this is copied to the INSTALL_PATH. Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/ftrace/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/ftrace/Makefile b/tools/testing/selftests/ftrace/Makefile index 3467206..0acbeca 100644 --- a/tools/testing/selftests/ftrace/Makefile +++ b/tools/testing/selftests/ftrace/Makefile @@ -1,6 +1,7 @@ all: TEST_PROGS := ftracetest +TEST_DIRS := test.d/ include ../lib.mk