[Piglit] [PATCH] cmake: Build crossbar on all platforms.

Vinson Lee vlee at freedesktop.org
Mon Oct 29 23:49:11 PDT 2012


crossbar was converted to piglit framework in commit
968fb70497d37cf0a51fa9d8485287b63d33bf7e.

Signed-off-by: Vinson Lee <vlee at freedesktop.org>
---
 tests/texturing/CMakeLists.gl.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/texturing/CMakeLists.gl.txt b/tests/texturing/CMakeLists.gl.txt
index 8567fa8..55d2061 100644
--- a/tests/texturing/CMakeLists.gl.txt
+++ b/tests/texturing/CMakeLists.gl.txt
@@ -18,9 +18,7 @@ piglit_add_executable (copytexsubimage copytexsubimage.c)
 piglit_add_executable (copyteximage copyteximage.c)
 piglit_add_executable (copyteximage-border copyteximage-border.c)
 piglit_add_executable (copyteximage-clipping copyteximage-clipping.c)
-IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
-	piglit_add_executable (crossbar crossbar.c)
-ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+piglit_add_executable (crossbar crossbar.c)
 piglit_add_executable (cubemap cubemap.c)
 piglit_add_executable (depth-level-clamp depth-level-clamp.c)
 piglit_add_executable (depthstencil-render-miplevels depthstencil-render-miplevels.cpp)
-- 
1.7.12.1



More information about the Piglit mailing list