Fixing rocprofilerv2 naming and CMake issues
Change-Id: Ib6d336349a056731e5c0f35151296d6fea671360
[ROCm/rocprofiler commit: dc69331379]
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
CURRENT_DIR="$( dirname -- "$0"; )";
|
||||
export PATH=$rocmtoolsdir:$PATH
|
||||
|
||||
|
||||
echo -e "Running Profiler Tests"
|
||||
|
||||
echo -e "Running Unit tests for rocmtools"
|
||||
echo -e "Running Unit tests for rocprofiler"
|
||||
eval ${CURRENT_DIR}/tests/unittests/core/runCoreUnitTests
|
||||
eval ${CURRENT_DIR}/tests/unittests/profiler/runProfilerUnitTests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user