mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Use ardev_common.sh to setup environment for running libardour tests
This commit is contained in:
parent
7a3c54f031
commit
b9567b6d46
13 changed files with 30 additions and 48 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue