#!/bin/sh
set -e
cd ${0%/*}

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