add script to run ardour in valgrind/massif

This commit is contained in:
Robin Gareus 2014-10-10 15:03:26 +02:00
parent 472900f4ff
commit 3121f5b2fc

7
gtk2_ardour/armass Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
. `dirname "$0"`/../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=massif \
$TOP/$EXECUTABLE --novst "$@"