From 35ddf043190c3b7c050cdd916923ffcbe2248970 Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Sun, 11 Mar 2018 00:26:18 +0100 Subject: [PATCH] gl: Add missing tests to the CMakeLists.txt --- test_conformance/gl/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test_conformance/gl/CMakeLists.txt b/test_conformance/gl/CMakeLists.txt index f956db9e..fa806ca4 100644 --- a/test_conformance/gl/CMakeLists.txt +++ b/test_conformance/gl/CMakeLists.txt @@ -7,8 +7,17 @@ endif(WIN32) set (GL_SOURCES main.cpp test_buffers.cpp + test_image_methods.cpp + test_images_1D.cpp + test_images_1Darray.cpp test_images_2D.cpp + test_images_2Darray.cpp test_images_3D.cpp + test_images_depth.cpp + test_images_getinfo_common.cpp + test_images_multisample.cpp + test_images_read_common.cpp + test_images_write_common.cpp test_renderbuffer.cpp test_renderbuffer_info.cpp test_fence_sync.cpp