This gives us something to test the python part against.

Signed-off-by: Dylan Baker <dylan.c.ba...@intel.com>
---
 tests/spec/gl-2.1/pbo.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/spec/gl-2.1/pbo.c b/tests/spec/gl-2.1/pbo.c
index 83dc1c4..1a59733 100644
--- a/tests/spec/gl-2.1/pbo.c
+++ b/tests/spec/gl-2.1/pbo.c
@@ -59,6 +59,12 @@ piglit_init(int argc, char **argv)
        piglit_require_extension("GL_ARB_pixel_buffer_object");
 
        piglit_ortho_projection(piglit_width, piglit_height, GL_FALSE);
+
+       piglit_enumerate_subtests(
+               8, "test_sanity", "test_draw_pixels", "test_pixel_map",
+               "test_bitmap", "test_tex_image", "test_tex_sub_image",
+               "test_polygon_stip", "test_error_handling"
+       );
 }
 
 static void
-- 
git-series 0.9.1
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to