diff tests/test.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 344d5982bbf8
line wrap: on
line diff
--- a/tests/test.sh	Thu Mar 28 14:53:24 2013 +0000
+++ b/tests/test.sh	Wed May 08 16:52:37 2013 +0100
@@ -2,11 +2,14 @@
 
 mypath=`dirname $0`
 
+
+
 for x in \
     supportprogs \
     helpfulflags \
     transforms-basic \
     audioformat \
+    vamp-test-plugin \
     as-advertised \
     rdf-writer \
     rdf-destinations \
@@ -15,7 +18,7 @@
     ; do
 
     echo -n "$x: "
-    if bash $mypath/test-$x.sh; then
+    if ( cd $mypath ; bash ./test-$x.sh ); then
 	echo test succeeded
     else
 	echo "*** Test FAILED"