Use ardev_common.sh to setup environment for running libardour tests

This commit is contained in:
Tim Mayberry 2014-11-29 20:42:21 +07:00
parent 7a3c54f031
commit b9567b6d46
13 changed files with 30 additions and 48 deletions

View file

@ -7,7 +7,8 @@
# see http://valgrind.org/docs/manual/cl-manual.html and
# http://log.fundamental-code.com/2013/09/07/profiling-realtime-code
. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
TOP=`dirname "$0"`/..
. $TOP/build/gtk2_ardour/ardev_common_waf.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE