I can't really test that this works, so just enumerating will have to be
enough.
---
tests/spec/ext_window_rectangles/dlist.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/spec/ext_window_rectangles/dlist.c
b/tests/spec/ext_window_rectangles/dlist.c
index 59836544f..3f1eb9d73 100644
--- a/tests/spec/ext_window_rectangles/dlist.c
+++ b/tests/spec/ext_window_rectangles/dlist.c
@@ -133,6 +133,9 @@ piglit_display(void)
void
piglit_init(int argc, char **argv)
{
+ const char * subtests[] = { "compile and execute", "call", NULL };
+ piglit_register_subtests(subtests);
+
static const float verts[4][4] = {
/* x y z w */
{ -1, -1, 1.0, 1 },
--
2.19.1
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit