mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
small cleanup around Linux specific ULTs
- move main file to linux/ folder - don't use default listener. follow main ULTs behavior Change-Id: I236a42eef9d7bb3f61112f847aec7fc3e9f7873e
This commit is contained in:

committed by
sys_ocldev

parent
430c991179
commit
d7687e32c4
@ -234,7 +234,7 @@ if(MSVC)
|
||||
target_link_libraries (igdrcl_tests gtest gmock Ws2_32.lib)
|
||||
else()
|
||||
add_executable(igdrcl_linux
|
||||
"main_linux.cpp"
|
||||
${IGDRCL_SRCS_linux_tests}
|
||||
$<TARGET_OBJECTS:igdrcl_libult_cs>
|
||||
${IGDRCL_SOURCE_DIR}/unit_tests/abort.cpp
|
||||
${IGDRCL_SOURCE_DIR}/unit_tests/helpers/debug_helpers.cpp
|
||||
|
Reference in New Issue
Block a user