summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-06-28 13:31:39 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-12-10 15:34:01 -0800
commit3bd8a8136c10f9e09786c63ff722a6ff21835e36 (patch)
treecf03566644497022e6bdd451ac4877942a7edcf6
parente12e69602996acef462ba35df47466c590e562bf (diff)
tests/ext_window_rectangles-dlist: enumerate subtests
I can't really test that this works, so just enumerating will have to be enough.
-rw-r--r--tests/spec/ext_window_rectangles/dlist.c3
1 files changed, 3 insertions, 0 deletions
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 },