File tree Expand file tree Collapse file tree 5 files changed +1
-17
lines changed
level_zero/core/test/aub_tests
opencl/test/unit_test/libult
shared/test/common/libult Expand file tree Collapse file tree 5 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ get_property(NEO_SHARED_aub_tests_configurations GLOBAL PROPERTY NEO_SHARED_aub_
1313
1414list (APPEND L0_AUB_TESTS__TARGET_OBJECTS
1515 ${CMAKE_CURRENT_SOURCE_DIR} /aub_hello_world_test.cpp
16- ${CMAKE_CURRENT_SOURCE_DIR} /options_aub_tests.cpp
1716 ${CMAKE_CURRENT_SOURCE_DIR} /test_mode.h
1817 ${NEO_SOURCE_DIR} /level_zero/core/test /unit_tests/main.cpp
1918 ${NEO_SHARED_aub_tests_configurations}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ add_library(igdrcl_libult OBJECT EXCLUDE_FROM_ALL
4141set (IGDRCL_SRCS_LIB_ULT_ENV
4242 ${NEO_SOURCE_DIR} /shared/test /common/helpers/custom_event_listener.h
4343 ${NEO_SOURCE_DIR} /opencl/test /unit_test/main.cpp
44- ${NEO_SOURCE_DIR} /opencl/test /unit_test/options_unit_tests.cpp
4544 ${NEO_SOURCE_DIR} /opencl/test /unit_test/command_queue/command_queue_fixture.cpp
4645 ${NEO_SOURCE_DIR} /opencl/test /unit_test/command_queue/command_queue_fixture.h
4746 ${NEO_SOURCE_DIR} /opencl/test /unit_test/fixtures/memory_management_fixture.cpp
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ set(igdrcl_libult_common_SRCS_LIB_ULT
6565 ${NEO_SHARED_TEST_DIRECTORY} /common/libult/create_tbx_sockets.cpp
6666 ${NEO_SHARED_TEST_DIRECTORY} /common/libult/global_environment.cpp
6767 ${NEO_SHARED_TEST_DIRECTORY} /common/libult/global_environment.h
68+ ${NEO_SHARED_TEST_DIRECTORY} /common/libult/options_unit_tests.cpp
6869 ${NEO_SHARED_TEST_DIRECTORY} /common/libult/source_level_debugger_library.cpp
6970 ${NEO_SHARED_TEST_DIRECTORY} /common/libult/source_level_debugger_library.h
7071 ${NEO_SHARED_TEST_DIRECTORY} /common/libult/source_level_debugger_ult.cpp
File renamed without changes.
You can’t perform that action at this time.
0 commit comments