mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
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:
committed by
Compute-Runtime-Automation
parent
aed890a219
commit
e6fc458d4b
@@ -82,4 +82,4 @@ struct WalkerThreadFixture {
|
||||
uint32_t requiredWorkGroupOrder;
|
||||
};
|
||||
|
||||
using WalkerThreadTest = Test<WalkerThreadFixture>;
|
||||
using WalkerThreadTest = TestLegacy<WalkerThreadFixture>;
|
||||
|
||||
@@ -35,4 +35,4 @@ struct ImplicitScalingFixture : public CommandEncodeStatesFixture {
|
||||
void *alignedMemory = nullptr;
|
||||
};
|
||||
|
||||
using ImplicitScalingTests = Test<ImplicitScalingFixture>;
|
||||
using ImplicitScalingTests = TestLegacy<ImplicitScalingFixture>;
|
||||
|
||||
Reference in New Issue
Block a user