mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move files between shared/test/common and /unit_test (xe_*_core, page_fault...)
common/xe_hpc_core/test_preemption_xe_hpc_core -> unit_test/xe_hpc_core common/xe_hpg_core/excludes_xe_hpg_core -> unit_test/xe_hpg_core common/xe_hpg_core/dg2/excludes_dg2 -> unit_test/xe_hpg_core/dg2 common/xe_hpg_core/test_preemption_xe_hpg_core -> unit_test/xe_hpg_core unit_test/base_ult_config_listener.cpp -> common unit_test/base_ult_config_listener.h -> common unit_test/test_stats.h -> common unit_test/test_configuration.h -> common unit_test/page_fault_manager/cpu_page_fault_manager_tests.h -> common/fixtures unit_test/page_fault_manager/mock_cpu_page_fault_manager.h -> common/mocks Related-To: NEO-6524 Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
497e5a4765
commit
260a324a6f
@ -19,10 +19,10 @@
|
||||
#include "shared/test/common/helpers/kernel_binary_helper.h"
|
||||
#include "shared/test/common/helpers/test_files.h"
|
||||
#include "shared/test/common/helpers/variable_backup.h"
|
||||
#include "shared/test/common/mocks/mock_cpu_page_fault_manager.h"
|
||||
#include "shared/test/common/mocks/mock_device.h"
|
||||
#include "shared/test/common/mocks/mock_memory_manager.h"
|
||||
#include "shared/test/common/test_macros/hw_test.h"
|
||||
#include "shared/test/unit_test/page_fault_manager/mock_cpu_page_fault_manager.h"
|
||||
|
||||
#include "opencl/source/api/api.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
|
Reference in New Issue
Block a user