Files
rocm-systems/tests/run_tests.sh
T
gobhardw 13c12bc7e7 Making v2 tests CI ready
Change-Id: Ia32c9b2a1b5f833d1c7b078b678895b736d1e2a1
2023-04-11 03:56:46 +00:00

14 wiersze
391 B
Bash
Executable File

#!/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 rocprofiler"
eval ${CURRENT_DIR}/tests/featuretests/profiler/runFeatureTests
echo -e "Running Tracer Tests"
eval ${CURRENT_DIR}/tests/featuretests/tracer/runTracerFeatureTests