From patchwork Fri Jan 11 19:49:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Gall X-Patchwork-Id: 14003 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 21F8423E27 for ; Fri, 11 Jan 2013 19:49:41 +0000 (UTC) Received: from mail-vb0-f47.google.com (mail-vb0-f47.google.com [209.85.212.47]) by fiordland.canonical.com (Postfix) with ESMTP id D016BA196FC for ; Fri, 11 Jan 2013 19:49:40 +0000 (UTC) Received: by mail-vb0-f47.google.com with SMTP id e21so1781336vbm.6 for ; Fri, 11 Jan 2013 11:49:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=oOMpg33QmMoQAKBVw4v8AGBEyyHFBVOBxo5bvIgq5kw=; b=Li4/6QCNw0vBSNfEA0EF8RgqnqMd+MJuqX2hFn1IJdJ+M3cEV1Do5yxBqckBfzMtE+ RioW5qpFWErD4vN5wdD9Bu+BqCAi3ObgcXrrrzdPpxDubftPTnIacS67QeVHEnMuhjQ0 Q2b4Pz4BskDrvdu88MEnLpsos/dBfzPmxFFhAVHJGyAiIZFFKnoOk2bFrLU0TkYKHS74 LpuKtQf3SuMrEUjzHSLCVxifzKVmja5v+NPtpeDytoFQGFj4D3orspG/z2cfKD8PD3FZ xPbD+fuezPsUqFIylafZ56/ySnp/3w2werDsVSYhCyOUy3A66crCLOZlOymYnjVgkcAl IuXQ== X-Received: by 10.52.88.168 with SMTP id bh8mr81242097vdb.51.1357933780269; Fri, 11 Jan 2013 11:49:40 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.145.101 with SMTP id st5csp129070veb; Fri, 11 Jan 2013 11:49:39 -0800 (PST) X-Received: by 10.50.33.178 with SMTP id s18mr213870igi.100.1357933779105; Fri, 11 Jan 2013 11:49:39 -0800 (PST) Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) by mx.google.com with ESMTPS id cf7si6789864icc.12.2013.01.11.11.49.38 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 11:49:39 -0800 (PST) Received-SPF: neutral (google.com: 209.85.223.181 is neither permitted nor denied by best guess record for domain of tom.gall@linaro.org) client-ip=209.85.223.181; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.223.181 is neither permitted nor denied by best guess record for domain of tom.gall@linaro.org) smtp.mail=tom.gall@linaro.org Received: by mail-ie0-f181.google.com with SMTP id 16so2738844iea.40 for ; Fri, 11 Jan 2013 11:49:38 -0800 (PST) X-Received: by 10.50.212.3 with SMTP id ng3mr208671igc.104.1357933778802; Fri, 11 Jan 2013 11:49:38 -0800 (PST) Received: from localhost.localdomain ([70.35.96.184]) by mx.google.com with ESMTPS id aa6sm255810igc.14.2013.01.11.11.49.37 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 11:49:37 -0800 (PST) From: Tom Gall To: patches@linaro.org Cc: Tom Gall Subject: [PATCH 1/1] gles3: use _${piglit_target_api} for testcase names Date: Fri, 11 Jan 2013 13:49:28 -0600 Message-Id: <1357933768-23460-1-git-send-email-tom.gall@linaro.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQnvrY7haFJOhOXSkVdSI//OEuxpQsyNWf0LOcpXAEpQhB6bqitbsH/6+Z5otuCSe373Tn/7 Use _${piglit_target_api} as the suffix of testcase binaries to to be consistant across piglit as suggested by Chad Versace. Signed-off-by: Tom Gall --- tests/all.tests | 2 +- tests/spec/gles-3.0/CMakeLists.gles3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/all.tests b/tests/all.tests index c823bcf..efb9581 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -2675,7 +2675,7 @@ for tex_format in ('rgb8', 'srgb8', 'rgba8', 'srgb8-alpha8', 'r11', 'rg11', 'rgb test_name = ' ' .join(['oes_compressed_etc2_texture-miptree', tex_format]) executable = '{0} -auto'.format(test_name) gles30[test_name] = concurrent_test(executable) -gles30['minmax'] = concurrent_test('gles-3.0-minmax') +gles30['minmax'] = concurrent_test('minmax_gles3') add_shader_test_dir(spec, os.path.join(generatedTestDir, 'spec'), recursive=True) diff --git a/tests/spec/gles-3.0/CMakeLists.gles3.txt b/tests/spec/gles-3.0/CMakeLists.gles3.txt index eff10ef..d02e8c6 100644 --- a/tests/spec/gles-3.0/CMakeLists.gles3.txt +++ b/tests/spec/gles-3.0/CMakeLists.gles3.txt @@ -2,7 +2,7 @@ link_libraries( piglitutil_${piglit_target_api} ) -piglit_add_executable(gles-3.0-minmax minmax.c) +piglit_add_executable(minmax_${piglit_target_api} minmax.c) piglit_add_executable(oes_compressed_etc2_texture-miptree oes_compressed_etc2_texture-miptree.c) # vim: ft=cmake: