Skip to content

Commit 6e7515a

Browse files
Split test_l0_debugger file
Signed-off-by: Filip Hazubski <[email protected]>
1 parent e182aa6 commit 6e7515a

File tree

3 files changed

+476
-452
lines changed

3 files changed

+476
-452
lines changed

level_zero/core/test/unit_tests/sources/debugger/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Intel Corporation
2+
# Copyright (C) 2020-2021 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
@@ -9,7 +9,8 @@ target_sources(${TARGET_NAME} PRIVATE
99
${CMAKE_CURRENT_SOURCE_DIR}/active_debugger_fixture.h
1010
${CMAKE_CURRENT_SOURCE_DIR}/l0_debugger_fixture.h
1111
${CMAKE_CURRENT_SOURCE_DIR}/test_source_level_debugger.cpp
12-
${CMAKE_CURRENT_SOURCE_DIR}/test_l0_debugger.cpp
12+
${CMAKE_CURRENT_SOURCE_DIR}/test_l0_debugger_1.cpp
13+
${CMAKE_CURRENT_SOURCE_DIR}/test_l0_debugger_2.cpp
1314
${CMAKE_CURRENT_SOURCE_DIR}/test_module_with_debug.cpp
1415
)
1516

0 commit comments

Comments
 (0)