blob: d14a27170df0f59404c4a900b5366e4b9529c426 [file] [log] [blame]
# drawElements internal tests
set(DE_INTERNAL_TESTS_SRCS
ditBuildInfoTests.cpp
ditBuildInfoTests.hpp
ditDelibsTests.cpp
ditDelibsTests.hpp
ditFrameworkTests.cpp
ditFrameworkTests.hpp
ditImageCompareTests.cpp
ditImageCompareTests.hpp
ditImageIOTests.cpp
ditImageIOTests.hpp
ditTestCase.cpp
ditTestCase.hpp
ditTestLogTests.cpp
ditTestLogTests.hpp
ditTestPackage.cpp
ditTestPackage.hpp
ditSeedBuilderTests.hpp
ditSeedBuilderTests.cpp
)
set(DE_INTERNAL_TESTS_LIBS
tcutil
referencerenderer
)
add_deqp_module(de-internal-tests "${DE_INTERNAL_TESTS_SRCS}" "${DE_INTERNAL_TESTS_LIBS}" ditTestPackageEntry.cpp)
add_data_dir(de-internal-tests ../../data/internal/data internal/data)