Move execution environment helper to shared

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-12-23 13:48:36 +00:00
committed by Compute-Runtime-Automation
parent 38ad58bce3
commit 2047fc88f9
21 changed files with 198 additions and 102 deletions

View File

@ -15,8 +15,8 @@
#include "shared/test/common/test_macros/test.h"
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/helpers/cl_execution_environment_helper.h"
#include "opencl/test/unit_test/helpers/cl_hw_parse.h"
#include "opencl/test/unit_test/helpers/execution_environment_helper.h"
#include "opencl/test/unit_test/mocks/mock_cl_device.h"
#include "opencl/test/unit_test/mocks/mock_command_queue.h"
@ -30,7 +30,7 @@ struct EnqueueBufferWindowsTest : public ClHardwareParse,
void SetUp() override {
DebugManager.flags.EnableBlitterForEnqueueOperations.set(0);
executionEnvironment = getExecutionEnvironmentImpl(hwInfo, 1);
executionEnvironment = getClExecutionEnvironmentImpl(hwInfo, 1);
}
void TearDown() override {