summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glslparsertest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glslparsertest/glslparsertest.c')
-rw-r--r--tests/glslparsertest/glslparsertest.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/glslparsertest/glslparsertest.c b/tests/glslparsertest/glslparsertest.c
index b45f1ed4f..52ff91692 100644
--- a/tests/glslparsertest/glslparsertest.c
+++ b/tests/glslparsertest/glslparsertest.c
@@ -35,10 +35,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 200 /*window_width*/,
- 100 /*window_height*/,
- PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 200;
+ config.window_height = 100;
+ config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;
+
+PIGLIT_GL_TEST_CONFIG_END
static char *filename;
static int expected_pass;