Mercurial > hg > sonic-annotator
comparison tests/test.sh @ 103:344d5982bbf8
Add simple test for multiple audio file input and playlists
author | Chris Cannam |
---|---|
date | Wed, 01 Oct 2014 15:18:45 +0100 |
parents | 2633976fbef5 |
children | 7a31201dc42d |
comparison
equal
deleted
inserted
replaced
102:fae326c22df5 | 103:344d5982bbf8 |
---|---|
13 as-advertised \ | 13 as-advertised \ |
14 rdf-writer \ | 14 rdf-writer \ |
15 rdf-destinations \ | 15 rdf-destinations \ |
16 csv-destinations \ | 16 csv-destinations \ |
17 summaries \ | 17 summaries \ |
18 multiple-audio \ | |
18 ; do | 19 ; do |
19 | 20 |
20 echo -n "$x: " | 21 echo -n "$x: " |
21 if ( cd $mypath ; bash ./test-$x.sh ); then | 22 if ( cd $mypath ; bash ./test-$x.sh ); then |
22 echo test succeeded | 23 echo test succeeded |