Merge vk-gl-cts/vulkan-cts-1.0.2 into vk-gl-cts/master
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / draw / vktDrawTests.cpp
index 58094cf..7afb290 100644 (file)
@@ -32,6 +32,7 @@
 #include "vktBasicDrawTests.hpp"
 #include "vktDrawShaderDrawParametersTests.hpp"
 #include "vktDrawNegativeViewportHeightTests.hpp"
+#include "vktDrawInvertedDepthRangesTests.hpp"
 
 namespace vkt
 {
@@ -52,6 +53,7 @@ void createChildren (tcu::TestCaseGroup* group)
        group->addChild(new InstancedTests                                      (testCtx));
        group->addChild(new ShaderDrawParametersTests           (testCtx));
        group->addChild(createNegativeViewportHeightTests       (testCtx));
+       group->addChild(createInvertedDepthRangesTests          (testCtx));
 }
 
 } // anonymous