Remove few tests affected by a HW limitation am: 3f71117a2f am: 58213c37ff am: 8f5b937334
[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)