Mercurial > hg > sonic-annotator
diff tests/test-supportprogs/test-supportprogs.sh @ 171:c1834a31029c
Merge from branch "jams"
author | Chris Cannam |
---|---|
date | Wed, 15 Oct 2014 16:09:47 +0100 |
parents | a1300db6c63e |
children | cbbf8a838b47 |
line wrap: on
line diff
--- a/tests/test-supportprogs/test-supportprogs.sh Wed Oct 15 13:06:27 2014 +0100 +++ b/tests/test-supportprogs/test-supportprogs.sh Wed Oct 15 16:09:47 2014 +0100 @@ -11,5 +11,8 @@ rapper --version >/dev/null || \ fail "Can't find required rapper program" +echo '{}' | json_verify >/dev/null || \ + fail "Can't find required json_verify program, or it doesn't seem to work" + exit 0