Copy the gles3/graphicsfuzz data to the output dir
authorPiers Daniell <pdaniell@nvidia.com>
Tue, 3 Oct 2017 22:08:51 +0000 (16:08 -0600)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 25 Oct 2017 09:11:06 +0000 (05:11 -0400)
Without this there is no gles3/graphicsfuzz data and
the tests fail.

Affects:

dEQP-GLES3.functional.shaders.metamorphic.synthetic.*

VK-GL-CTS issue: 792

Components: OpenGL

Change-Id: Ibb9627afd83d35ab4ae1b02235eb4a65f4cd7722

external/openglcts/modules/CMakeLists.txt

index 84850e2..1f71a64 100644 (file)
@@ -61,6 +61,7 @@ add_deqp_module(glcts "${GLCTS_SRCS}" "${GLCTS_LIBS}" glcTestPackageEntry.cpp)
 add_data_dir(glcts ../data gl_cts/data)
 add_data_dir(glcts ../../../data/gles2 gles2)
 add_data_dir(glcts ../../../data/gles3 gles3)
+add_data_dir(glcts ../../../external/graphicsfuzz/data/gles3 gles3)
 add_data_dir(glcts ../../../data/gles31 gles31)
 
 # CTS Test Runner