From patchwork Thu Apr 9 16:13:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 6189391 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 1B4DABF4A7 for ; Thu, 9 Apr 2015 16:14:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 566432024F for ; Thu, 9 Apr 2015 16:14:05 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 78ED12025A for ; Thu, 9 Apr 2015 16:14:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4F4F56E7F3; Thu, 9 Apr 2015 09:14:02 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by gabe.freedesktop.org (Postfix) with ESMTP id 074546E7ED for ; Thu, 9 Apr 2015 09:14:01 -0700 (PDT) Received: by wgsk9 with SMTP id k9so102944331wgs.3 for ; Thu, 09 Apr 2015 09:14:00 -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:in-reply-to :references; bh=LUVtyjBHXCLLtwcMlfc502tSxYVLd1MnZJF/hTwyUpg=; b=jucIetHOKmNTSpsn5OrqYzMfWIbSW55VetjcCKrzXr21lQgHssOkXKXS2U3MIIe/PP CxImnQUcwO1q/DBA1+mLJQmNN+4JfQ4MpDWuetzfwkRopRGRUx6+069LDHzJXmBh1v7A GV/ifChujqEqCVxBwXH59KHKdpi9fHP9JQUbLeiEXJeVqYnh6MC149vzUPF4N8kWRRC2 9D6vZr7mHPhmW1hfLaAXP2+yB21xrm8tdyOzddtpTG8LbeSHB1pRq+DpF6VVuBPjJ0N7 /ZKku/LlnmhzU8MaEDCuBlJF1jSWNdPinwb8iDJlfpa8F+Zn81CgpRDcWzghTeKYKTf9 oeYw== X-Gm-Message-State: ALoCoQkrM0vm72BmmT67TV91o5USNJ2xwDYF2vFmF0J70qv/bb3m/sncyZ5oGlZ9TRhxFhyUNZGz X-Received: by 10.180.74.198 with SMTP id w6mr7538297wiv.69.1428596040323; Thu, 09 Apr 2015 09:14:00 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id o5sm21143330wia.0.2015.04.09.09.13.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Apr 2015 09:13:59 -0700 (PDT) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Thu, 9 Apr 2015 17:13:54 +0100 Message-Id: <1428596034-17100-2-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1428596034-17100-1-git-send-email-thomas.wood@intel.com> References: <1428596034-17100-1-git-send-email-thomas.wood@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 2/2] tests: install the test list 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 Cc: Joonas Lahtinen Signed-off-by: Thomas Wood --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 11f7f96..d5fb4fd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,8 +5,6 @@ if HAVE_NOUVEAU endif if BUILD_TESTS -all-local: test-list.txt - test-list.txt: Makefile.sources @echo TESTLIST > $@ @echo ${single_kernel_tests} ${multi_kernel_tests} >> $@ @@ -34,6 +32,8 @@ dist_pkgdata_DATA = \ $(IMAGES) \ $(NULL) +pkgdata_DATA = test-list.txt + EXTRA_PROGRAMS = $(HANG) EXTRA_DIST = $(common_files)