Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / artest
index c4a79ab249656c280df1570d4ea929d1f9c49312..5e6432d634b9e83ead57087681ee2d7d372467d1 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-REL_TOP=`dirname "$0"`/..
-TOP=`realpath $REL_TOP`
+cd "`dirname \"$0\"`"
 
+TOP=..
 . $TOP/build/gtk2_ardour/ardev_common_waf.sh
 
 LIBS_DIR=$TOP/build/libs
@@ -13,9 +13,7 @@ run_tests () {
   echo "Running tests for $1..."
   echo "-------------------------------------------"
   echo ""
-  cd $LIBS_DIR/$1
-  $2 ./run-tests
-  cd -
+  $2 $LIBS_DIR/$1/run-tests
   echo ""
 }