Lower correlation threshold in flush-finish tests again am: 6455e6f987 am: 2e18b48b04
[platform/upstream/VK-GL-CTS.git] / modules / gles31 / stress / CMakeLists.txt
1 # dEQP-GLES31.stress
2
3 set(DEQP_GLES31_STRESS_SRCS
4         es31sDrawTests.cpp
5         es31sDrawTests.hpp
6         es31sStressTests.cpp
7         es31sStressTests.hpp
8         es31sVertexAttributeBindingTests.cpp
9         es31sVertexAttributeBindingTests.hpp
10         es31sTessellationGeometryInteractionTests.cpp
11         es31sTessellationGeometryInteractionTests.hpp
12         )
13
14 add_library(deqp-gles31-stress STATIC ${DEQP_GLES31_STRESS_SRCS})
15 target_link_libraries(deqp-gles31-stress deqp-gl-shared glutil tcutil ${DEQP_GLES31_LIBRARIES})