Skip to content

Commit

Permalink
install data files for hipblas-test. (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
daineAMD committed Nov 27, 2023
1 parent c8e0b26 commit 8b03eff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,5 @@ add_dependencies( hipblas_v2-test hipblas_v2-test-data hipblas-common )

rocm_install(TARGETS hipblas-test COMPONENT tests)
rocm_install(TARGETS hipblas_v2-test COMPONENT tests)
rocm_install(FILES ${HIPBLAS_TEST_DATA} DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT tests)
rocm_install(FILES ${HIPBLAS_V2_TEST_DATA} DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT tests)

0 comments on commit 8b03eff

Please sign in to comment.