On Mon, Oct 14, 2013 at 2:31 PM, Jon Ashburn <j...@lunarg.com> wrote:
> diff --git a/tests/spec/arb_texture_view/CMakeLists.gl.txt 
> b/tests/spec/arb_texture_view/CMakeLists.gl.txt
> index c400759..293ef72 100644
> --- a/tests/spec/arb_texture_view/CMakeLists.gl.txt
> +++ b/tests/spec/arb_texture_view/CMakeLists.gl.txt
> @@ -9,6 +9,8 @@ link_libraries(
>         ${OPENGL_glu_LIBRARY}
>         )
>
> -piglit_add_executable(arb_texture_view-texture-immutable-levels 
> texture-immutable-levels.c)
> +piglit_add_executable(arb_texture_view-rendering rendering.c)
> +piglit_add_executable(arb_texture_view-params params.c)
> +piglit_add_executable(arb_texture_view-queries queries.c)

I apparently forgot to add the one texture view test I wrote to
all.tests, but I doubt you meant to remove it from the build system?
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to