Home | History | Annotate | Download | only in VK

Lines Matching full:apitests

1 // asciidoc -b html5 -d book -f apitests.conf apitests.adoc
94 de::MovePtr<tcu::TestCaseGroup> apiTests (new tcu::TestCaseGroup(testCtx, "api", "API Tests"));
96 addFunctionCase(apiTests.get(), "create_sampler", "", createSamplerTest);
98 return apiTests.release();