Add tests for VK_EXT_tooling_info
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / api / vktApiTests.cpp
index e19a14d..41abc7d 100644 (file)
@@ -47,6 +47,7 @@
 #include "vktApiDescriptorSetTests.hpp"
 #include "vktApiPipelineTests.hpp"
 #include "vktApiMemoryRequirementInvarianceTests.hpp"
+#include "vktApiToolingInfoTests.hpp"
 
 namespace vkt
 {
@@ -90,6 +91,7 @@ void createApiTests (tcu::TestCaseGroup* apiTests)
        apiTests->addChild(createDescriptorSetTests                                     (testCtx));
        apiTests->addChild(createPipelineTests                                          (testCtx));
        apiTests->addChild(createMemoryRequirementInvarianceTests       (testCtx));
+       apiTests->addChild(createToolingInfoTests                                       (testCtx));
 }
 
 } // anonymous