diff --git a/profiler/CMakeLists.txt b/profiler/CMakeLists.txt index de446e145d8..e1db539242b 100644 --- a/profiler/CMakeLists.txt +++ b/profiler/CMakeLists.txt @@ -278,6 +278,7 @@ endif(THEROCK_BUILD_TESTING) doc lib run + test SUBPROJECT_DEPS amdsmi rocprofiler-sdk diff --git a/profiler/artifact-rocprofiler-systems.toml b/profiler/artifact-rocprofiler-systems.toml index 0bf1a2920fb..1ded814bb29 100644 --- a/profiler/artifact-rocprofiler-systems.toml +++ b/profiler/artifact-rocprofiler-systems.toml @@ -8,10 +8,18 @@ include = [ [components.lib."profiler/rocprofiler-systems/stage"] include = [ "libexec/rocprofiler-systems/**", - "share/rocprofiler-systems/**", ] [components.run."profiler/rocprofiler-systems/stage"] include = [ "bin/**", - "share/rocprofiler-systems/**" + "share/rocprofiler-systems/**", +] +exclude = [ + "share/rocprofiler-systems/examples/**", + "share/rocprofiler-systems/tests/**", +] +[components.test."profiler/rocprofiler-systems/stage"] +include = [ + "share/rocprofiler-systems/examples/**", + "share/rocprofiler-systems/tests/**", ]