diff tests/test-helpfulflags.sh @ 81:9f78c80c80f1

Merge from qt5 branch. We now require qt5 for Sonic Annotator
author Chris Cannam
date Wed, 08 May 2013 16:52:37 +0100
parents 2633976fbef5
children 0fe5abb56a6e
line wrap: on
line diff
--- a/tests/test-helpfulflags.sh	Thu Mar 28 14:53:24 2013 +0000
+++ b/tests/test-helpfulflags.sh	Wed May 08 16:52:37 2013 +0100
@@ -4,6 +4,7 @@
 r=$mypath/../sonic-annotator
 
 testplug=vamp:vamp-example-plugins:percussiononsets
+testplug2=vamp:vamp-test-plugin:vamp-test-plugin
 
 fail() {
     echo "Test failed: $1"
@@ -25,6 +26,9 @@
 $r --list 2>/dev/null | grep -q $testplug || \
     fail "Fails to print $testplug in plugin list (if you haven't got it, install it -- it's needed for other tests)"
 
+$r --list 2>/dev/null | grep -q $testplug2 || \
+    fail "Fails to print $testplug2 in plugin list (if you haven't got it, install it -- it's needed for other tests)"
+
 $r --skeleton $testplug >/dev/null || \
     fail "Fails to run with --skeleton $testplug"