From patchwork Sun Jan 19 13:49:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 3509571 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E540B9F2D6 for ; Sun, 19 Jan 2014 14:09:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 006282011E for ; Sun, 19 Jan 2014 14:09:58 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id AADD22011B for ; Sun, 19 Jan 2014 14:09:56 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 88641FA26A; Sun, 19 Jan 2014 06:09:54 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ea0-f169.google.com (mail-ea0-f169.google.com [209.85.215.169]) by gabe.freedesktop.org (Postfix) with ESMTP id CA0C4FA26A for ; Sun, 19 Jan 2014 06:09:52 -0800 (PST) Received: by mail-ea0-f169.google.com with SMTP id l9so2263683eaj.14 for ; Sun, 19 Jan 2014 06:09:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id; bh=5WOOgbcAlQRPbBjKCGEZMjuRHjUQddOLh/JqyGc+TSo=; b=jWBdnd/CHDhGnHg3lQ/ptqV3ukYi6K1P9Ik9jmbEpLlqQNlFRGqSd4p4/tCr5QiiFZ IpAoG0/SqVKCnB7wmKrBk6ixyfFCMyjDqH66LLnuNP/Kriq9LPyrCeMynYo3ftXu8aiU U1AzvQTyN6EfwW2WfAdsd9nTRuvPkyoWD61Mg= 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=5WOOgbcAlQRPbBjKCGEZMjuRHjUQddOLh/JqyGc+TSo=; b=NNsp0zkF6Una43hPmTzT85JtHR3NTT4oV0Js5m/ElM3CCMbPgsY/wUQ/lnsTu6PgMW hRZnRppU+gTBpYLaanxWvLRqYsk2e5SaslMFKxwOstD4ejmmgjedkjxgi3Mi2CZKnEgn GvFPZgMdsagdf2+RulSuYLMHtctyRXAA17u327qvnRsptpToQzwI7iFgsltZ9EACBvFI q67hJkP8ESXnNpTt509Ob1zvdIR3Vv4xvOypIC0eJbd7eZFQN5Hx4VMy5UW8WpaYVNQS 3Tk9f/D+SvA+Qe7cYYwjEF3CExtJIeM2WkyGY+1CYWbVkILWzxoJ0Wu+A9+Pqq+D2eSp m7dQ== X-Gm-Message-State: ALoCoQm5EAJlwKYZNmYCpAqr4Hilg8TQYXJR/1gM7jQicvTpnaRiNCVx5cJ2DgzzEvBxfk42cI2c X-Received: by 10.14.6.5 with SMTP id 5mr12499806eem.51.1390140591837; Sun, 19 Jan 2014 06:09:51 -0800 (PST) Received: from wespe.ffwll.local (84-73-67-144.dclient.hispeed.ch. [84.73.67.144]) by mx.google.com with ESMTPSA id z49sm31123914eeo.10.2014.01.19.06.09.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jan 2014 06:09:51 -0800 (PST) From: Daniel Vetter To: Intel Graphics Development Date: Sun, 19 Jan 2014 14:49:19 +0100 Message-Id: <1390139359-4141-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.8.1.4 Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH] tests: Move pm_rps to the right Makefile target X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,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 If it's not in the multi-test target group testrunners won't pick up on the fact that they need to enumerate subtests first. Cc: jeff.mcgee@intel.com Signed-off-by: Daniel Vetter --- tests/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index c586bd3ed5a2..74ea1b528eae 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -62,6 +62,7 @@ TESTS_progs_M = \ kms_setmode \ pm_lpsp \ pm_pc8 \ + pm_rps \ prime_self_import \ template \ $(NULL) @@ -122,7 +123,6 @@ TESTS_progs = \ gen3_render_tiledy_blits \ pm_psr \ pm_rc6_residency \ - pm_rps \ prime_udl \ $(NULL)