From 135971e3bf75a7523e01b46251b5f01e2d2dd5f1 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Wed, 5 Apr 2023 20:18:43 -0500 Subject: [PATCH] CMake: Install amdsmitst.exclude Change-Id: I166cbd265cf9074e17cad39fddac77988e2fd686 Signed-off-by: Galantsev, Dmitrii [ROCm/amdsmi commit: 3d00ae124086eb6a1f3d73897865cc49202e7d21] --- projects/amdsmi/tests/amd_smi_test/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/amdsmi/tests/amd_smi_test/CMakeLists.txt b/projects/amdsmi/tests/amd_smi_test/CMakeLists.txt index 93c2bbab04..122adcf29f 100644 --- a/projects/amdsmi/tests/amd_smi_test/CMakeLists.txt +++ b/projects/amdsmi/tests/amd_smi_test/CMakeLists.txt @@ -70,3 +70,8 @@ install( TARGETS ${TEST} gtest gtest_main DESTINATION ${SHARE_INSTALL_PREFIX}/tests COMPONENT tests) + +install( + FILES amdsmitst.exclude + DESTINATION ${SHARE_INSTALL_PREFIX}/tests + COMPONENT tests)