From mboxrd@z Thu Jan 1 00:00:00 1970 From: tim.gore@intel.com Subject: [PATCH] intel-gpu-tools: move kms_fence_pin_leak to single test list Date: Wed, 4 Jun 2014 09:32:54 +0100 Message-ID: <1401870774-8649-1-git-send-email-tim.gore@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTP id 9C8FA6E111 for ; Wed, 4 Jun 2014 01:32:56 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org From: Tim Gore In Makefile.sources, kms_fence_pin_leak was in the "Multi" test list, ie tests with subtests, whereas it is actually simple/single test. This was confusing the Android script for enumerating tests. Signed-off-by: Tim Gore --- tests/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index eca4af9..e4c23b3 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -62,7 +62,6 @@ TESTS_progs_M = \ kms_addfb \ kms_cursor_crc \ kms_fbc_crc \ - kms_fence_pin_leak \ kms_flip \ kms_flip_tiling \ kms_mmio_vs_cs_flip \ @@ -137,6 +136,7 @@ TESTS_progs = \ gen3_render_tiledy_blits \ gen7_forcewake_mt \ kms_sink_crc_basic \ + kms_fence_pin_leak \ pm_psr \ pm_rc6_residency \ prime_udl \ -- 1.9.2