aboutsummaryrefslogtreecommitdiff
path: root/tests/general/roundmode-getintegerv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/roundmode-getintegerv.c')
-rw-r--r--tests/general/roundmode-getintegerv.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/general/roundmode-getintegerv.c b/tests/general/roundmode-getintegerv.c
index fecb1736..280580b9 100644
--- a/tests/general/roundmode-getintegerv.c
+++ b/tests/general/roundmode-getintegerv.c
@@ -43,10 +43,13 @@
#include <fenv.h>
-PIGLIT_GL_TEST_MAIN(
- 10 /*window_width*/,
- 10 /*window_height*/,
- PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 10;
+ config.window_height = 10;
+ config.window_visual = PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
enum piglit_result
piglit_display(void)