Rename ocl DeviceFixture and add shared tests specific one

Change-Id: Ib61e987388ba14b721a573e3e84332a7f6c9ef9c
Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
Konstanty Misiak
2020-05-28 14:05:12 +02:00
committed by sys_ocldev
parent d5ad9b42c1
commit aa8e9fb634
208 changed files with 611 additions and 546 deletions

View File

@ -6,7 +6,7 @@
*/
#include "opencl/source/sampler/sampler.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "opencl/test/unit_test/fixtures/cl_device_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "test.h"
@ -14,7 +14,7 @@
using namespace NEO;
typedef Test<DeviceFixture> Gen8SamplerTest;
typedef Test<ClDeviceFixture> Gen8SamplerTest;
GEN8TEST_F(Gen8SamplerTest, appendSamplerStateParamsDoesNothing) {
typedef typename FamilyType::SAMPLER_STATE SAMPLER_STATE;