File: upstream-tests

package info (click to toggle)
sndfile-tools 1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 860 kB
  • sloc: ansic: 2,923; sh: 237; python: 212; makefile: 94
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

# massage the test-wrapper to use the system-installed binaries
sed -e 's| bin/\([^ ]*\) | $(which \1) |' -i tests/test-wrapper.sh

# run the test-suite
tests/test-wrapper.sh