Increase GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23 am: c509a7f078
[platform/upstream/VK-GL-CTS.git] / modules / internal / CMakeLists.txt
1 # drawElements internal tests
2
3 set(DE_INTERNAL_TESTS_SRCS
4         ditBuildInfoTests.cpp
5         ditBuildInfoTests.hpp
6         ditDelibsTests.cpp
7         ditDelibsTests.hpp
8         ditFrameworkTests.cpp
9         ditFrameworkTests.hpp
10         ditImageCompareTests.cpp
11         ditImageCompareTests.hpp
12         ditImageIOTests.cpp
13         ditImageIOTests.hpp
14         ditTestCase.cpp
15         ditTestCase.hpp
16         ditTestLogTests.cpp
17         ditTestLogTests.hpp
18         ditTestPackage.cpp
19         ditTestPackage.hpp
20         ditSeedBuilderTests.hpp
21         ditSeedBuilderTests.cpp
22         ditSRGB8ConversionTest.hpp
23         ditSRGB8ConversionTest.cpp
24         ditTextureFormatTests.cpp
25         ditTextureFormatTests.hpp
26         )
27
28 set(DE_INTERNAL_TESTS_LIBS
29         tcutil
30         referencerenderer
31         )
32
33 add_deqp_module(de-internal-tests "${DE_INTERNAL_TESTS_SRCS}" "${DE_INTERNAL_TESTS_LIBS}" ditTestPackageEntry.cpp)
34
35 add_data_dir(de-internal-tests ../../data/internal/data internal/data)