diff --git a/projects/clr/hipamd/tests/src/CMakeLists.txt b/projects/clr/hipamd/tests/src/CMakeLists.txt index 8d37f79208..ba4be66a22 100644 --- a/projects/clr/hipamd/tests/src/CMakeLists.txt +++ b/projects/clr/hipamd/tests/src/CMakeLists.txt @@ -103,7 +103,7 @@ make_hip_executable (hip_popc hip_popc.cpp) make_hip_executable (hip_clz hip_clz.cpp) make_hip_executable (hip_brev hip_brev.cpp) make_hip_executable (hip_ffs hip_ffs.cpp) -make_hip_executable (hipInfo hipInfo.cpp) +make_hip_executable (hipGetDeviceAttribute hipGetDeviceAttribute.cpp) make_hip_executable (hipMemcpy hipMemcpy.cpp) make_hip_executable (hipMemset hipMemset.cpp) make_hip_executable (hipEventRecord hipEventRecord.cpp) diff --git a/projects/clr/hipamd/tests/src/hipInfo.cpp b/projects/clr/hipamd/tests/src/hipGetDeviceAttribute.cpp similarity index 100% rename from projects/clr/hipamd/tests/src/hipInfo.cpp rename to projects/clr/hipamd/tests/src/hipGetDeviceAttribute.cpp