Use -Wno-error=date-time am: 865f9aae63 am: 5b7e673b0c am: 322e4b51cd
[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         ditVulkanTests.cpp
27         ditVulkanTests.hpp
28         )
29
30 set(DE_INTERNAL_TESTS_LIBS
31         tcutil
32         referencerenderer
33         vkutil
34         )
35
36 add_deqp_module(de-internal-tests "${DE_INTERNAL_TESTS_SRCS}" "${DE_INTERNAL_TESTS_LIBS}" ditTestPackageEntry.cpp)
37
38 add_data_dir(de-internal-tests ../../data/internal/data internal/data)