From patchwork Wed Oct 29 17:30:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 5189731 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 1C3EA9F318 for ; Wed, 29 Oct 2014 17:31:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4496C2024D for ; Wed, 29 Oct 2014 17:31:00 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id EB951201DD for ; Wed, 29 Oct 2014 17:30:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3D2CE6E820; Wed, 29 Oct 2014 10:30:58 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by gabe.freedesktop.org (Postfix) with ESMTP id 3F3F46E820 for ; Wed, 29 Oct 2014 10:30:56 -0700 (PDT) Received: by mail-wg0-f52.google.com with SMTP id b13so1848646wgh.25 for ; Wed, 29 Oct 2014 10:30:55 -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=6JtQa8XMkwREMLzqk4et3KHisKdHZBIYWCMiNtIKq9c=; b=ehjuob3Ypnkb0U4XBNPSm92LU55UTciSK3JJczvmFAVHIEv/3OgyiDtUOv6QIQPtE2 NYB5eSqvqrI9I/hTjI6s+6o7VO4V5mR8ETGdwDqAyvyvUlqnQ1KIT5AqLYDvbRJsfScD QYN9CcwhbeDJsx0dP7RH+g5oaze84epBXoQcBkUSuvtA455T+zUgZkkz7AmZCeucGjaI cIlnjf3zvPObRaIxQkM2xf3BtGYySK1MGpI1p7W7q4iZBIfWO+h5Y/NFDbjR8PtMjzjv 5NKwjhqszEmRcp0s/cSXex6ybplxlSiu2S7MWBBYT5PEdG+5RtiglU/mrjD/XbrYTZAU 6YjQ== X-Gm-Message-State: ALoCoQkOK1WTc8WsOQ0rPJCgENGD5FaQzkT2juSxIXyG/WPUO5eeqoS6evBImxQxk9c8nCqsH9rE X-Received: by 10.194.58.205 with SMTP id t13mr13745692wjq.55.1414603855065; Wed, 29 Oct 2014 10:30:55 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id au3sm5880295wjc.15.2014.10.29.10.30.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 10:30:54 -0700 (PDT) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Wed, 29 Oct 2014 17:30:51 +0000 Message-Id: <1414603852-5024-1-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH i-g-t 1/2] build: fix distcheck 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.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 Fix distcheck issues introduced by commit 685e577 (Move library selftests to lib/tests). Cc: Daniel Vetter Signed-off-by: Thomas Wood --- lib/tests/Makefile.am | 2 +- tests/Makefile.sources | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 808d31f..765e3e5 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -1,7 +1,7 @@ include Makefile.sources EXTRA_PROGRAMS = $(TESTS_testsuite) -EXTRA_DIST = $(TESTS_scripts) +EXTRA_DIST = $(TESTS_testsuite_scripts) CLEANFILES = $(EXTRA_PROGRAMS) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index fed71c2..8debfec 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -214,7 +214,6 @@ scripts = \ ddx_intel_after_fbdev \ debugfs_wedged \ drm_lib.sh \ - igt_command_line.sh \ $(NULL) IMAGES = pass.png 1080p-left.png 1080p-right.png