7 if(PIGLIT_BUILD_GLX_TESTS)
11 endif(PIGLIT_BUILD_GLX_TESTS)
17 IF(PIGLIT_BUILD_GLX_TESTS)
19 ${GLPROTO_INCLUDE_DIRS}
24 piglit_add_executable (glx-free-context free-context.c common.c)
25 piglit_add_executable (glx-get-context-id get-context-id.c common.c)
26 piglit_add_executable (glx-get-current-display-ext get-current-display.c common.c)
27 piglit_add_executable (glx-import-context-has-same-context-id import-context-has-same-context-id.c common.c)
28 piglit_add_executable (glx-import-context-multi-process import-context-multi-process.c common.c)
29 piglit_add_executable (glx-import-context-single-process import-context-single-process.c common.c)
30 piglit_add_executable (glx-make-current-multi-process make-current-multi-process.c common.c)
31 piglit_add_executable (glx-make-current-single-process make-current-single-process.c common.c)
32 piglit_add_executable (glx-query-context-info-ext query-context-info.c common.c)
33 ENDIF(PIGLIT_BUILD_GLX_TESTS)