Mercurial > hg > sonic-annotator
comparison tests/test.sh @ 217:b84b946e8542
Run more generic tests earlier
author | Chris Cannam |
---|---|
date | Fri, 20 Nov 2015 09:31:46 +0000 |
parents | f35bbb3e4d41 |
children | 56ff594b022c |
comparison
equal
deleted
inserted
replaced
216:276139d61c2f | 217:b84b946e8542 |
---|---|
7 helpfulflags \ | 7 helpfulflags \ |
8 transforms-basic \ | 8 transforms-basic \ |
9 audioformat \ | 9 audioformat \ |
10 vamp-test-plugin \ | 10 vamp-test-plugin \ |
11 as-advertised \ | 11 as-advertised \ |
12 rdf-writer \ | 12 summaries \ |
13 rdf-destinations \ | 13 multiple-audio \ |
14 csv-writer \ | 14 csv-writer \ |
15 csv-destinations \ | 15 csv-destinations \ |
16 lab-writer \ | 16 lab-writer \ |
17 lab-destinations \ | 17 lab-destinations \ |
18 rdf-writer \ | |
19 rdf-destinations \ | |
18 midi-writer \ | 20 midi-writer \ |
19 midi-destinations \ | 21 midi-destinations \ |
20 jams-writer \ | 22 jams-writer \ |
21 jams-destinations \ | 23 jams-destinations \ |
22 summaries \ | |
23 multiple-audio \ | |
24 ; do | 24 ; do |
25 | 25 |
26 echo -n "$x: " | 26 echo -n "$x: " |
27 if ( cd $mypath/test-$x ; bash ./test-$x.sh ); then | 27 if ( cd $mypath/test-$x ; bash ./test-$x.sh ); then |
28 echo test succeeded | 28 echo test succeeded |