Move mock_ostime to shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-10-13 10:08:43 +00:00
committed by Compute-Runtime-Automation
parent 52c75e92da
commit 852b2f6e6e
9 changed files with 8 additions and 8 deletions

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/test//common/mocks/mock_ostime.h"
#include "shared/test/common/helpers/debug_manager_state_restore.h"
#include "opencl/test/unit_test/fixtures/cl_device_fixture.h"
#include "opencl/test/unit_test/mocks/mock_ostime.h"
#include "gtest/gtest.h"

View File

@ -6,11 +6,11 @@
*/
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/test//common/mocks/mock_ostime.h"
#include "shared/test/common/mocks/mock_execution_environment.h"
#include "shared/test/common/mocks/mock_wddm.h"
#include "opencl/test/unit_test/fixtures/cl_device_fixture.h"
#include "opencl/test/unit_test/mocks/mock_ostime.h"
#include "opencl/test/unit_test/mocks/mock_ostime_win.h"
#include "test.h"