summaryrefslogtreecommitdiff
path: root/libs/ardour/run-tests.sh
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-13 13:32:01 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-13 13:32:01 +0000
commitf60c9d52dc4c3d59f6a269a0a1b435581135d408 (patch)
tree02e8f39bbd0361d91202e71eecc33463bca6fd8f /libs/ardour/run-tests.sh
parent36ac7f3e786d3dde0972ed0f4c2babe392282c87 (diff)
Fix some bits of the libardour unit tests.
git-svn-id: svn://localhost/ardour2/branches/3.0@10564 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/run-tests.sh')
-rwxr-xr-xlibs/ardour/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/run-tests.sh b/libs/ardour/run-tests.sh
index e1330c64f1..379678c968 100755
--- a/libs/ardour/run-tests.sh
+++ b/libs/ardour/run-tests.sh
@@ -9,7 +9,7 @@ if [ ! -f './tempo.cc' ]; then
fi
srcdir=`pwd`
-cd ../../build/default
+cd ../../build
libs='libs'