Mercurial > hg > sonic-annotator
comparison tests/include.sh @ 126:e6379b2e1c5c
Normalisation test
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2014 12:27:17 +0100 |
parents | 7a31201dc42d |
children | f0df07da6f46 |
comparison
equal
deleted
inserted
replaced
125:685e5cf3cb1d | 126:e6379b2e1c5c |
---|---|
5 r=$testdir/../sonic-annotator | 5 r=$testdir/../sonic-annotator |
6 | 6 |
7 audiopath=$testdir/audio | 7 audiopath=$testdir/audio |
8 | 8 |
9 percplug=vamp:vamp-example-plugins:percussiononsets | 9 percplug=vamp:vamp-example-plugins:percussiononsets |
10 amplplug=vamp:vamp-example-plugins:amplitudefollower | |
10 testplug=vamp:vamp-test-plugin:vamp-test-plugin | 11 testplug=vamp:vamp-test-plugin:vamp-test-plugin |
11 | 12 |
12 fail() { | 13 fail() { |
13 echo "Test failed: $1" | 14 echo "Test failed: $1" |
14 exit 1 | 15 exit 1 |