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:
Artur Harasimiuk
2018-02-16 10:15:42 +01:00
committed by sys_ocldev
parent 430c991179
commit d7687e32c4
4 changed files with 19 additions and 11 deletions

View File

@ -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