File: makesound

package info (click to toggle)
snd 26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,028 kB
  • sloc: ansic: 291,903; lisp: 260,506; ruby: 71,134; sh: 3,293; fortran: 2,342; csh: 1,067; makefile: 294; cpp: 294; python: 87; xml: 27; javascript: 1
file content (14 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -e

endian=$(dpkg-architecture -qDEB_HOST_ARCH_ENDIAN)
if [ "${endian}" != "little" ]; then
  echo "Skipping test on ${endian}-endian archs"
  exit 0
fi

cd ${0%/*}

rm -f test.wav
snd.nox -l makesound.scm
./makesound_test.py test.wav