File: run-tests

package info (click to toggle)
hipfft 6.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,256 kB
  • sloc: cpp: 27,648; python: 170; makefile: 48; xml: 15; sh: 12
file content (12 lines) | stat: -rwxr-xr-x 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

testsdir="/usr/libexec/rocm/libhipfft0-tests"

# If autopkgtest called us, pass some extra options if not set
if [ -n "$AUTOPKGTEST_ARTIFACTS" ]; then
    # Save output as XML to artifacts, for download
    [ -n "${GTEST_OUTPUT:-}" ] || export GTEST_OUTPUT="xml:${AUTOPKGTEST_ARTIFACTS}/"
fi

# Pass on all arguments to this script to the test binary
"$testsdir"/hipfft-test "$@"