Set entered_regionview on entry into region view canvas item children. Should fix...
[ardour.git] / gtk2_ardour / arval
index cea6299d05cd3f95b01cd6b1274165a54e65afe7..cdd709dbb596c5b8c93d2f52ec966d86c69256d3 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/sh
-source ardev_common.sh
-exec valgrind  --num-callers=50 --tool=memcheck gtk2_ardour/ardour.bin --novst $*
+. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
+exec valgrind  --error-limit=no --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"