Mercurial > hg > sonic-annotator
view tests/test-supportprogs.sh @ 31:8b20521fc40f
* Commit old fix (which I hope was correct!) to avoid leaking fds on
exceptions
* Remove dependency on audioio library
author | Chris Cannam |
---|---|
date | Fri, 12 Mar 2010 12:08:21 +0000 |
parents | 581b1b150a4d |
children |
line wrap: on
line source
#!/bin/bash fail() { echo "Test failed: $1" exit 1 } xmllint --version 2>/dev/null || \ fail "Can't find required xmllint program" rapper --version >/dev/null || \ fail "Can't find required rapper program" exit 0