From patchwork Thu Dec 3 12:03:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 7759231 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id ADE249F39D for ; Thu, 3 Dec 2015 12:14:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9877F204E7 for ; Thu, 3 Dec 2015 12:14:17 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id B0F76204E4 for ; Thu, 3 Dec 2015 12:14:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1D1146E217; Thu, 3 Dec 2015 04:14:16 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id 8A2BD6E217 for ; Thu, 3 Dec 2015 04:14:15 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 03 Dec 2015 04:14:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,378,1444719600"; d="scan'208";a="853063017" Received: from otc-vmt1.isw.intel.com ([10.237.224.80]) by fmsmga001.fm.intel.com with ESMTP; 03 Dec 2015 04:14:14 -0800 From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Thu, 3 Dec 2015 12:03:22 +0000 Message-Id: <1449144202-3090-1-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [Intel-gfx] [PATCH i-g-t] tests: update .gitignore and add a Makefile rule to create it 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 Signed-off-by: Thomas Wood --- tests/.gitignore | 13 +++++++------ tests/Makefile.am | 4 ++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index ba1becd..9dfc7f3 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,7 +1,6 @@ -# Please keep sorted alphabetically core_auth -core_get_client_auth core_getclient +core_get_client_auth core_getstats core_getversion core_prop_blob @@ -27,6 +26,7 @@ gem_close_race gem_concurrent_all gem_concurrent_blit gem_cpu_reloc +gem_create gem_cs_prefetch gem_cs_tlb gem_ctx_bad_destroy @@ -51,9 +51,9 @@ gem_exec_nop gem_exec_params gem_exec_parse gem_fd_exhaustion +gem_fenced_exec_thrash gem_fence_thrash gem_fence_upload -gem_fenced_exec_thrash gem_flink_basic gem_flink_race gem_gpgpu_fill @@ -94,14 +94,16 @@ gem_render_linear_blits gem_render_tiled_blits gem_request_retire gem_reset_stats +gem_ringfill gem_ring_sync_copy gem_ring_sync_loop -gem_ringfill gem_seqno_wrap gem_set_tiling_vs_blt gem_set_tiling_vs_gtt gem_set_tiling_vs_pwrite +gem_stolen gem_storedw_batches_loop +gem_storedw_loop gem_streaming_writes gem_stress gem_threaded_access_tiled @@ -167,6 +169,5 @@ prime_nv_test prime_self_import prime_udl template -test-list.txt testdisplay -gem_storedw_loop +test-list.txt diff --git a/tests/Makefile.am b/tests/Makefile.am index c4f1f01..c22d7a4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,6 +32,10 @@ dist_pkgdata_DATA = \ $(IMAGES) \ $(NULL) + +.gitignore: Makefile.sources + @echo "$(pkglibexec_PROGRAMS) $(HANG) test-list.txt" | sed 's/\s\+/\n/g' | sort > $@ + pkgdata_DATA = test-list.txt EXTRA_PROGRAMS = $(HANG)