SWDEV-418904 - Link the hiprtc tests with hiprtc library explicitly (#201)

[ROCm/hip-tests commit: a837598032]
Dieser Commit ist enthalten in:
Dittakavi, Satyanvesh
2025-05-26 18:42:10 +05:30
committet von GitHub
Ursprung f3da3d39fe
Commit 104cc15010
@@ -5,4 +5,5 @@ set(TEST_SRC
hip_add_exe_to_target(NAME module_stress
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME stress_test)
TEST_TARGET_NAME stress_test
LINKER_LIBS hiprtc)