From patchwork Wed Apr 8 13:56:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 6180351 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A5383BF4A6 for ; Wed, 8 Apr 2015 13:56:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CD47A2014A for ; Wed, 8 Apr 2015 13:56:35 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id BAF7620376 for ; Wed, 8 Apr 2015 13:56:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1394589FF7; Wed, 8 Apr 2015 06:56:34 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by gabe.freedesktop.org (Postfix) with ESMTP id 6FA8089FDE for ; Wed, 8 Apr 2015 06:56:32 -0700 (PDT) Received: by widjs5 with SMTP id js5so33690712wid.1 for ; Wed, 08 Apr 2015 06:56:31 -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=YnKMUJJWHZmfKGcSThD4nggmrruX3K3FBmlNET51SwU=; b=e+lhkok95PEx4jZXnl2pxW1tYkTf5KlknGgYPfCVZfODNtSSckQc+Bh14FbH6lav2/ FQvmfPyHt4wNQpfFhiPOvBzgOftl+KJChxykV6wk8ny2b3IuD6XU3xlgliYcdLV7p6RC 66HU1LXvKLzVnrqqVRenQ5ZIHEA3Jx2qDc31PBs5ds6CpTuhC5PUbwOk9r0fL2o5g0GP FVPwtF5byZq/isJKFd6BFAsA92wEoh3suxHTA7rb9SeSeznACMIJ0C5SFiuC4NgRSPLd uPXAu5ebShJG+vEeW1KEdJRWd6tg4Yj3lvwoXJHIM3Hy/bAL3eB00mDWWWzoNASDj+VV 45gQ== X-Gm-Message-State: ALoCoQlicNfZSkfN3jf+b646LfZlyzH1N0C2AhdGDTZhXQnYJ/pDGzK5rzoNR6MUVjHgKEd6Ysd+ X-Received: by 10.180.85.130 with SMTP id h2mr14822099wiz.3.1428501391169; Wed, 08 Apr 2015 06:56:31 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id o5sm16215270wia.0.2015.04.08.06.56.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Apr 2015 06:56:29 -0700 (PDT) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Wed, 8 Apr 2015 14:56:26 +0100 Message-Id: <1428501387-9043-1-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 Subject: [Intel-gfx] [PATCH i-g-t 1/2] tests: ensure scripts and data are included in the distribution 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-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 Prefix the test scripts and data variables with dist_ to ensure they are included in the distribution. Cc: Joonas Lahtinen Signed-off-by: Thomas Wood Reviewed-by: Joonas Lahtinen --- tests/Makefile.am | 4 ++-- tests/Makefile.sources | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 7fbf622..d6de373 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,13 +32,13 @@ igt_tests_bin_PROGRAMS += \ $(TESTS_progs_M) \ $(NULL) -igt_tests_bin_SCRIPTS += \ +dist_igt_tests_bin_SCRIPTS = \ $(TESTS_scripts) \ $(TESTS_scripts_M) \ $(scripts) \ $(NULL) -igt_tests_data_DATA += \ +dist_igt_tests_data_DATA = \ $(IMAGES) \ $(NULL) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index 3e3aa57..59a06e9 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -13,12 +13,6 @@ igt_tests_bin_PROGRAMS = \ $(TESTS_progs_M) \ $(NULL) -igt_tests_bin_SCRIPTS = \ - $(NULL) - -igt_tests_data_DATA = \ - $(NULL) - NOUVEAU_TESTS_M = \ prime_nv_api \ prime_nv_pcopy \