diff --git a/level_zero/core/test/aub_tests/xe_hpc_core/CMakeLists.txt b/level_zero/core/test/aub_tests/xe_hpc_core/CMakeLists.txt deleted file mode 100644 index 3ab5983d02..0000000000 --- a/level_zero/core/test/aub_tests/xe_hpc_core/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -# -# Copyright (C) 2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -target_sources(${TARGET_NAME} PRIVATE - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt -) -add_subdirectories() diff --git a/level_zero/core/test/aub_tests/xe_hpc_core/pvc/CMakeLists.txt b/level_zero/core/test/aub_tests/xe_hpc_core/pvc/CMakeLists.txt deleted file mode 100644 index 2533517927..0000000000 --- a/level_zero/core/test/aub_tests/xe_hpc_core/pvc/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright (C) 2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(TESTS_PVC) - target_sources(${TARGET_NAME} PRIVATE - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/l0_aub_tests_excludes_pvc.cpp - ) - add_subdirectories() -endif() diff --git a/level_zero/core/test/aub_tests/xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp b/level_zero/core/test/aub_tests/xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp deleted file mode 100644 index ecc07f7913..0000000000 --- a/level_zero/core/test/aub_tests/xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp +++ /dev/null @@ -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(L0BindlessAub, GivenBindlessKernelWhenExecutedThenOutputIsCorrect, IGFX_PVC);