SWDEV-273235 - hip change to build catch tests on Windows (#2472)

* SWDEV-273235 - hip change to build catch tests on Windows

Change-Id: I96de305694609c669cb81480f3572d987ce87d98

* SWDEV-1 - skip failing hipStreamPerThread_DeviceReset_1 test on Linux
此提交包含在:
agunashe
2022-02-09 08:17:45 -08:00
提交者 GitHub
父節點 ee16f95c77
當前提交 ffe3f9cf81
共有 7 個檔案被更改,包括 27 行新增20 行删除
+5 -7
查看文件
@@ -14,10 +14,8 @@ set(LINUX_TEST_SRC
hipMemCoherencyTstMProc.cc
)
if(UNIX)
# the last argument linker libraries is required for this test but optional to the function
hip_add_exe_to_target(NAME MultiProc
TEST_SRC ${LINUX_TEST_SRC}
TEST_TARGET_NAME build_tests
LINKER_LIBS ${CMAKE_DL_LIBS})
endif()
# the last argument linker libraries is required for this test but optional to the function
hip_add_exe_to_target(NAME MultiProc
TEST_SRC ${LINUX_TEST_SRC}
TEST_TARGET_NAME build_tests
LINKER_LIBS ${CMAKE_DL_LIBS})