Add a struct for test fixtures with correct method naming convention

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-08-11 11:28:20 +00:00
committed by Compute-Runtime-Automation
parent aed890a219
commit e6fc458d4b
363 changed files with 652 additions and 638 deletions

View File

@@ -82,4 +82,4 @@ struct WalkerThreadFixture {
uint32_t requiredWorkGroupOrder;
};
using WalkerThreadTest = Test<WalkerThreadFixture>;
using WalkerThreadTest = TestLegacy<WalkerThreadFixture>;

View File

@@ -35,4 +35,4 @@ struct ImplicitScalingFixture : public CommandEncodeStatesFixture {
void *alignedMemory = nullptr;
};
using ImplicitScalingTests = Test<ImplicitScalingFixture>;
using ImplicitScalingTests = TestLegacy<ImplicitScalingFixture>;