[Piglit] [PATCH 3/3] GL 3.2: Test functionality of GetInteger64v()
Paul Berry
stereotype441 at gmail.com
Thu Aug 15 08:17:57 PDT 2013
On 12 August 2013 09:53, Nicholas Mack <nichmack at gmail.com> wrote:
> V2: Fixed comments.
> ---
> tests/spec/gl-3.2/CMakeLists.gl.txt | 1 +
> tests/spec/gl-3.2/get-integer-64v.c | 59
> +++++++++++++++++++++++++++++++++++++
> 2 files changed, 60 insertions(+)
> create mode 100644 tests/spec/gl-3.2/get-integer-64v.c
>
> diff --git a/tests/spec/gl-3.2/CMakeLists.gl.txt
> b/tests/spec/gl-3.2/CMakeLists.gl.txt
> index 2add6bf..8c34c81 100644
> --- a/tests/spec/gl-3.2/CMakeLists.gl.txt
> +++ b/tests/spec/gl-3.2/CMakeLists.gl.txt
> @@ -12,4 +12,5 @@ link_libraries (
> piglit_add_executable (gl-3.2-minmax minmax.c)
> piglit_add_executable (gl-3.2-get-buffer-parameter-i64v
> get-buffer-parameter-i64v.c)
> piglit_add_executable (gl-3.2-get-integer-64iv get-integer-64iv.c)
> +piglit_add_executable (gl-3.2-get-integer-64v get-integer-64v.c)
>
Needs to be added to all.tests.
With that fixed, this patch is:
Reviewed-by: Paul Berry <stereotype441 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20130815/8f852a8c/attachment.html>
More information about the Piglit
mailing list