diff tests/test-helpfulflags.sh @ 75:2633976fbef5 qt5

Tests (currently failing) for vamp-test-plugin
author Chris Cannam
date Tue, 30 Apr 2013 17:12:21 +0100
parents 94d988cef54e
children 0fe5abb56a6e
line wrap: on
line diff
--- a/tests/test-helpfulflags.sh	Tue Apr 30 16:13:56 2013 +0100
+++ b/tests/test-helpfulflags.sh	Tue Apr 30 17:12:21 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"