mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Split command queue hw tests
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
96e0b672f1
commit
f2a18370e8
@ -9,8 +9,6 @@ set(IGDRCL_SRCS_tests_fixtures
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/buffer_enqueue_fixture.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cl_preemption_fixture.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cl_preemption_fixture.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/context_fixture.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/context_fixture.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/d3d_test_fixture.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/dispatch_flags_fixture.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/device_info_fixture.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -13,8 +13,8 @@ class MockContext;
|
||||
|
||||
class ContextFixture {
|
||||
protected:
|
||||
virtual void SetUp(cl_uint numDevices, cl_device_id *pDeviceList);
|
||||
virtual void TearDown();
|
||||
void SetUp(cl_uint numDevices, cl_device_id *pDeviceList);
|
||||
void TearDown();
|
||||
|
||||
MockContext *pContext = nullptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user