From patchwork Fri Jun 9 11:39:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petri Latvala X-Patchwork-Id: 9778131 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 2959E603B4 for ; Fri, 9 Jun 2017 11:39:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 19FD828415 for ; Fri, 9 Jun 2017 11:39:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0E89628606; Fri, 9 Jun 2017 11:39:40 +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 A7CCF28415 for ; Fri, 9 Jun 2017 11:39:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 136C56E5D6; Fri, 9 Jun 2017 11:39:36 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from johanna3.inet.fi (mta-out1.inet.fi [62.71.2.234]) by gabe.freedesktop.org (Postfix) with ESMTP id AE4DB6E5D3 for ; Fri, 9 Jun 2017 11:39:34 +0000 (UTC) RazorGate-KAS: Status: not_detected RazorGate-KAS: Rate: 0 RazorGate-KAS: Envelope from: RazorGate-KAS: Version: 5.5.3 RazorGate-KAS: LuaCore: 80 2014-11-10_18-01-23 260f8afb9361da3c7edfd3a8e3a4ca908191ad29 RazorGate-KAS: Lua profiles 69136 [Nov 12 2014] RazorGate-KAS: Method: none Received: from hufflepuff.adrinael.net (84.250.112.128) by johanna3.inet.fi (9.0.002.03-2-gbe5d057) id 59288092015D6296; Fri, 9 Jun 2017 14:39:33 +0300 Received: from adrinael by hufflepuff.adrinael.net with local (Exim 4.84_2) (envelope-from ) id 1dJIGM-0001W5-7W; Fri, 09 Jun 2017 14:39:34 +0300 From: Petri Latvala To: intel-gfx@lists.freedesktop.org Date: Fri, 9 Jun 2017 14:39:30 +0300 Message-Id: <1497008372-5720-3-git-send-email-petri.latvala@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1497008372-5720-1-git-send-email-petri.latvala@intel.com> References: <1497008372-5720-1-git-send-email-petri.latvala@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 3/4] intel-ci: Have the directory included in the distributed tarballs 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 --- configure.ac | 1 + tests/Makefile.am | 2 ++ tests/intel-ci/Makefile.am | 7 +++++++ 3 files changed, 10 insertions(+) create mode 100644 tests/intel-ci/Makefile.am diff --git a/configure.ac b/configure.ac index 5f80b08..fa0593b 100644 --- a/configure.ac +++ b/configure.ac @@ -360,6 +360,7 @@ AC_CONFIG_FILES([ man/Makefile scripts/Makefile tests/Makefile + tests/intel-ci/Makefile tools/Makefile tools/null_state_gen/Makefile tools/registers/Makefile diff --git a/tests/Makefile.am b/tests/Makefile.am index 873850d..b051364 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,7 @@ include Makefile.sources +SUBDIRS = intel-ci + if HAVE_LIBDRM_AMDGPU TESTS_progs += $(AMDGPU_TESTS) endif diff --git a/tests/intel-ci/Makefile.am b/tests/intel-ci/Makefile.am new file mode 100644 index 0000000..9fb9744 --- /dev/null +++ b/tests/intel-ci/Makefile.am @@ -0,0 +1,7 @@ +EXTRA_DIST = \ + extended.testlist \ + fast-feedback.testlist \ + generic.testlist \ + meta.testlist \ + README \ + $(NULL)