Add more structure constructor tests.
[piglit/hramrach.git] / tests / CMakeLists.txt
blob3d3a892dd8cee7d71a364cc37e2e2e2e5c1c8e20
2 add_subdirectory (util)
3 add_subdirectory (bugs)
4 add_subdirectory (fbo)
5 add_subdirectory (general)
6 add_subdirectory (glean)
7 add_subdirectory (glx)
8 add_subdirectory (glslparsertest)
9 add_subdirectory (asmparsertest)
10 add_subdirectory (shaders)
11 add_subdirectory (texturing)
12 add_subdirectory (spec)
14 IF(OPENGL_egl_LIBRARY)
15         add_subdirectory (egl)
16 ENDIF(OPENGL_egl_LIBRARY)
18 IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
19         add_subdirectory (mesa)
20 ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")