blob: 567bb602f29f71e15f65170ea16160ab97684ea6 [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
)
set(DE_INTERNAL_TESTS_LIBS
tcutil
)
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)