On 12 August 2013 09:53, Nicholas Mack <[email protected]> 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 <[email protected]>
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
