Mercurial > hg > sonic-annotator
view tests/test-supportprogs.sh @ 19:bd1deebe1129
* Set track metadata only if non-empty (the RDF feature writer tests for
existence rather than non-emptiness when determining whether to write
a track)
author | Chris Cannam |
---|---|
date | Tue, 02 Jun 2009 09:48:04 +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