VK_KHR_maintenance2: extended_usage_bit tests
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / image / vktImageTests.cpp
index 7e5d48d..e702412 100644 (file)
@@ -30,6 +30,7 @@
 #include "vktTestGroupUtil.hpp"
 #include "vktImageAtomicOperationTests.hpp"
 #include "vktImageCompressionTranscodingSupport.hpp"
+#include "vktImageTranscodingSupportTests.hpp"
 
 namespace vkt
 {
@@ -52,6 +53,7 @@ void createChildren (tcu::TestCaseGroup* imageTests)
        imageTests->addChild(createImageSizeTests(testCtx));
        imageTests->addChild(createImageAtomicOperationTests(testCtx));
        imageTests->addChild(createImageCompressionTranscodingTests(testCtx));
+       imageTests->addChild(createImageTranscodingSupportTests(testCtx));
 }
 
 } // anonymous