Skip to content

Commit 8939ca9

Browse files
move options_unit_tests.cpp to libult_common
Signed-off-by: Artur Harasimiuk <[email protected]>
1 parent 7549fd8 commit 8939ca9

File tree

5 files changed

+1
-17
lines changed

5 files changed

+1
-17
lines changed

level_zero/core/test/aub_tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ get_property(NEO_SHARED_aub_tests_configurations GLOBAL PROPERTY NEO_SHARED_aub_
1313

1414
list(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}

level_zero/core/test/aub_tests/options_aub_tests.cpp

Lines changed: 0 additions & 15 deletions
This file was deleted.

opencl/test/unit_test/libult/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ add_library(igdrcl_libult OBJECT EXCLUDE_FROM_ALL
4141
set(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

shared/test/common/libult/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)