Skip to content

Commit 2b55ca7

Browse files
Move device_binary_format_ar_tests files for dg2 and pvc to proper folders
Signed-off-by: Katarzyna Cencelewska <[email protected]>
1 parent ba63e3c commit 2b55ca7

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
lines changed

shared/test/unit_test/device_binary_format/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,3 @@ target_sources(${TARGET_NAME} PRIVATE
2525
${CMAKE_CURRENT_SOURCE_DIR}/zebin_tests.h
2626
)
2727

28-
if(TESTS_PVC)
29-
target_sources(${TARGET_NAME} PRIVATE
30-
${CMAKE_CURRENT_SOURCE_DIR}/device_binary_format_ar_tests_pvc.cpp
31-
)
32-
endif()
33-
34-
if(TESTS_DG2)
35-
target_sources(${TARGET_NAME} PRIVATE
36-
${CMAKE_CURRENT_SOURCE_DIR}/device_binary_format_ar_tests_dg2.cpp
37-
)
38-
endif()
39-

shared/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if(TESTS_PVC)
1414
${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_pvc.cpp
1515
${CMAKE_CURRENT_SOURCE_DIR}/test_preamble_pvc.cpp
1616
${CMAKE_CURRENT_SOURCE_DIR}/test_sample_pvc.cpp
17+
${CMAKE_CURRENT_SOURCE_DIR}/device_binary_format_ar_tests_pvc.cpp
1718
)
1819

1920
target_sources(${TARGET_NAME} PRIVATE ${NEO_SHARED_TESTS_PVC})

shared/test/unit_test/xe_hpg_core/dg2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if(TESTS_DG2)
1010
${CMAKE_CURRENT_SOURCE_DIR}/compute_mode_tests_dg2.cpp
1111
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_dg2.cpp
1212
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}product_config_tests_dg2.cpp
13+
${CMAKE_CURRENT_SOURCE_DIR}/device_binary_format_ar_tests_dg2.cpp
1314
)
1415
add_subdirectories()
1516
endif()

0 commit comments

Comments
 (0)