add dl lib to utility_tests (#961)
Este commit está contenido en:
cometido por
GitHub
padre
01828d1375
commit
aa3313aa99
@@ -15,7 +15,8 @@ target_link_libraries(
|
||||
PRIVATE
|
||||
hsa-runtime64::hsa-runtime64
|
||||
GTest::gtest
|
||||
GTest::gtest_main)
|
||||
GTest::gtest_main
|
||||
dl)
|
||||
|
||||
|
||||
gtest_add_tests(
|
||||
@@ -26,4 +27,4 @@ gtest_add_tests(
|
||||
|
||||
set_tests_properties(
|
||||
${utility_tests_TESTS} PROPERTIES TIMEOUT 45 LABELS "unittests" FAIL_REGULAR_EXPRESSION
|
||||
"${AQLPROFILE_DEFAULT_FAIL_REGEX}")
|
||||
"${AQLPROFILE_DEFAULT_FAIL_REGEX}")
|
||||
|
||||
Referencia en una nueva incidencia
Block a user