comparison tests/test-include.sh @ 118:0fe5abb56a6e test-reorg

Pull more stuff up into include file
author Chris Cannam
date Wed, 08 Oct 2014 14:20:45 +0100
parents 8b4924a9a072
children
comparison
equal deleted inserted replaced
117:5be4995f4029 118:0fe5abb56a6e
1
2 mypath=`dirname $0`
3 r=$mypath/../sonic-annotator
4
5 percplug=vamp:vamp-example-plugins:percussiononsets
6 testplug=vamp:vamp-test-plugin:vamp-test-plugin
1 7
2 fail() { 8 fail() {
3 echo "Test failed: $1" 9 echo "Test failed: $1"
4 exit 1 10 exit 1
5 } 11 }