Move ASTC utilities to tcuAstcUtil.hpp/cpp (tcu::astc)
[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         ditAstcTests.cpp
27         ditAstcTests.hpp
28         )
29
30 set(DE_INTERNAL_TESTS_LIBS
31         tcutil
32         referencerenderer
33         )
34
35 add_deqp_module(de-internal-tests "${DE_INTERNAL_TESTS_SRCS}" "${DE_INTERNAL_TESTS_LIBS}" ditTestPackageEntry.cpp)
36
37 add_data_dir(de-internal-tests ../../data/internal/data internal/data)