Protected memory stack tests
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / protected_memory / vktProtectedMemTests.cpp
index 12ce141..0c30924 100644 (file)
@@ -40,6 +40,7 @@
 #include "vktProtectedMemWsiSwapchainTests.hpp"
 #include "vktProtectedMemYCbCrConversionTests.hpp"
 #include "vktProtectedMemWorkgroupStorageTests.hpp"
+#include "vktProtectedMemStackTests.hpp"
 
 namespace vkt
 {
@@ -96,6 +97,7 @@ tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
        }
 
        protectedTests->addChild(createWorkgroupStorageTests(testCtx));
+       protectedTests->addChild(createStackTests(testCtx));
 
        return protectedTests.release();