Searched refs:versionTests (Results 1 – 1 of 1) sorted by relevance
495 …de::MovePtr<tcu::TestCaseGroup> versionTests (new tcu::TestCaseGroup(testCtx, "version_check", "AP… in createVersionSanityCheckTests() local496 versionTests->addChild(new APIVersionTestCase(testCtx)); in createVersionSanityCheckTests()497 versionTests->addChild(new APIEntryPointsTestCase(testCtx)); in createVersionSanityCheckTests()498 return versionTests.release(); in createVersionSanityCheckTests()