Lines Matching refs:tests
68 # Compile everything as a static library first so that unit tests can call non-exported functions
180 # Backend unit tests
194 # More functional tests#########################################################
200 tests/SampleApplication.cpp
201 tests/GLSnapshotTesting.cpp
202 tests/OpenGLTestContext.cpp
203 tests/GLTestUtils.cpp
204 tests/ShaderUtils.cpp
205 tests/GLSnapshotTestDispatch.cpp
206 tests/GLSnapshotTestStateUtils.cpp
207 tests/HelloTriangleImp.cpp)
232 tests/X11TestingSupport.cpp)
238 # Basic opengl rendering tests##################################################
241 tests/FrameBuffer_unittest.cpp
242 tests/GLES1Dispatch_unittest.cpp
243 tests/DefaultFramebufferBlit_unittest.cpp
244 tests/TextureDraw_unittest.cpp
245 tests/StalePtrRegistry_unittest.cpp
246 tests/VsyncThread_unittest.cpp)
265 # Snapshot tests################################################################
268 tests/GLSnapshotBuffers_unittest.cpp
269 tests/GLSnapshotFramebufferControl_unittest.cpp
270 tests/GLSnapshotFramebuffers_unittest.cpp
271 tests/GLSnapshotMultisampling_unittest.cpp
272 tests/GLSnapshotPixelOperations_unittest.cpp
273 tests/GLSnapshotPixels_unittest.cpp
274 tests/GLSnapshotPrograms_unittest.cpp
275 tests/GLSnapshotRasterization_unittest.cpp
276 tests/GLSnapshotRenderbuffers_unittest.cpp
277 tests/GLSnapshotRendering_unittest.cpp
278 tests/GLSnapshotShaders_unittest.cpp
279 tests/GLSnapshotTextures_unittest.cpp
280 tests/GLSnapshotTransformation_unittest.cpp
281 tests/GLSnapshotVertexAttributes_unittest.cpp
282 tests/GLSnapshot_unittest.cpp)
293 # Vulkan tests##################################################################
296 tests/Vulkan_unittest.cpp
297 tests/CompositorVk_unittest.cpp
298 tests/SwapChainStateVk_unittest.cpp
299 tests/DisplayVk_unittest.cpp
300 tests/VirtioGpuTimelines_unittest.cpp
333 file(GLOB Vulkan_unittests_datafiles "tests/testdata/*.png")
336 ${CMAKE_BINARY_DIR}/tests/testdata
339 ${CMAKE_BINARY_DIR}/tests/testdata)