Files
rocm-systems/projects/rocprofiler/tests/run_tests.sh
T
gobhardw 9c93ea9a95 unifying unittests
Change-Id: Icc47229fa4eb88fa40be7ae179e5dc5693659cfd


[ROCm/rocprofiler commit: 377748d2f8]
2023-03-29 15:55:06 +00:00

22 строки
762 B
Bash
Исполняемый файл

#!/bin/bash
CURRENT_DIR="$( dirname -- "$0"; )";
echo -e "Running Profiler Tests"
echo -e "Running Unit tests for rocprofiler"
eval ${CURRENT_DIR}/tests/unittests/runUnitTests
echo -e "Running Feature Tests for diff Applicaitons;i.e: HSA,HIP,OpenMP,MPI"
eval ${CURRENT_DIR}/tests/featuretests/profiler/runFeatureTests
echo -e "Running Functional Tests; i.e: Load/Unload, Stress Tests"
eval ${CURRENT_DIR}/tests/featuretests/profiler/runFunctionalTests
echo -e "Running Standalone Tests"
echo -e "Warning: Some of these tests are path dependent.Please comment out next line if it fails"
eval ${CURRENT_DIR}/tests/featuretests/profiler/run_discrete_tests.sh
echo -e "Running Tracer Tests"
eval ${CURRENT_DIR}/tests/featuretests/tracer/runTracerFeatureTests