From patchwork Thu Dec 7 13:40:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Petri Latvala X-Patchwork-Id: 10099061 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1C18A60325 for ; Thu, 7 Dec 2017 13:40:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 09505296B8 for ; Thu, 7 Dec 2017 13:40:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F236B2A4E3; Thu, 7 Dec 2017 13:40:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id BE3B22A49D for ; Thu, 7 Dec 2017 13:40:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4F3BF6E804; Thu, 7 Dec 2017 13:40:44 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from johanna4.inet.fi (mta-out1.inet.fi [62.71.2.234]) by gabe.freedesktop.org (Postfix) with ESMTP id 1A64F6E800 for ; Thu, 7 Dec 2017 13:40:43 +0000 (UTC) RazorGate-KAS: Status: not_detected RazorGate-KAS: Rate: 0 RazorGate-KAS: Envelope from: RazorGate-KAS: Version: 5.5.3 RazorGate-KAS: LuaCore: 215 2015-05-29_17-31-22 60ae4a1b4d01d14f868b20a55aced8d7df7b2e28 RazorGate-KAS: Lua profiles 78662 [Jun 02 2015] RazorGate-KAS: Method: none Received: from hufflepuff.adrinael.net (84.248.197.237) by johanna4.inet.fi (9.0.002.03-2-gbe5d057) id 5A1EDA5A00F5D325; Thu, 7 Dec 2017 15:40:42 +0200 Received: from adrinael by hufflepuff.adrinael.net with local (Exim 4.84_2) (envelope-from ) id 1eMwPp-0005pM-L3; Thu, 07 Dec 2017 15:40:41 +0200 From: Petri Latvala To: intel-gfx@lists.freedesktop.org Date: Thu, 7 Dec 2017 15:40:30 +0200 Message-Id: <1512654031-22342-5-git-send-email-petri.latvala@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1512654031-22342-1-git-send-email-petri.latvala@intel.com> References: <1512654031-22342-1-git-send-email-petri.latvala@intel.com> Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH i-g-t 5/6] meson: Also install gem_stress. X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Petri Latvala Cc: Daniel Vetter Reviewed-by: Ville Syrjälä --- tests/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 45517a59..1d1cbe3a 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -293,7 +293,10 @@ foreach prog : test_progs args : prog) endforeach -executable('gem_stress', 'gem_stress.c', dependencies : igt_deps) +executable('gem_stress', 'gem_stress.c', + install : true, + install_dir : libexecdir, + dependencies : igt_deps) # IMPORTANT: These tests here are all disabled because the result in sometime # unrecoverable gpu hangs. Don't put real testcases here.