Allow overriding hw config on aub/tbx mode

Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
Naklicki, Mateusz
2022-08-17 15:57:32 +00:00
committed by Compute-Runtime-Automation
parent cf7e7fbc4e
commit 98500ee653
18 changed files with 38 additions and 129 deletions

View File

@ -5,12 +5,7 @@
#
if(TESTS_EHL)
set(IGDRCL_SRCS_tests_gen11_ehl_excludes
${CMAKE_CURRENT_SOURCE_DIR}/excludes_ocl_ehl.cpp
)
set_property(GLOBAL APPEND PROPERTY IGDRCL_SRCS_tests_excludes ${IGDRCL_SRCS_tests_gen11_ehl_excludes})
set(IGDRCL_SRCS_tests_gen11_ehl
${IGDRCL_SRCS_tests_gen11_ehl_excludes}
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_ehl.cpp
)

View File

@ -1,10 +0,0 @@
/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/test/common/test_macros/hw_test_base.h"
HWTEST_EXCLUDE_PRODUCT(DeviceFactoryTest, givenInvalidHwConfigStringWhenPrepareDeviceEnvironmentsForProductFamilyOverrideThenThrowsException, IGFX_ELKHARTLAKE);