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

@ -5,7 +5,8 @@ VALGRIND_OPTIONS="$VALGRIND_OPTIONS --error-limit=no"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --log-file=/tmp/ardour-%p.log"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --gen-suppressions=all"
. `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
exec valgrind --tool=memcheck \