13
0
livetrax/gtk2_ardour/arval-waf
Carl Hetherington 5b5957c195 Allow running from any directory.
git-svn-id: svn://localhost/ardour2/branches/3.0@4710 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-01 19:44:32 +00:00

5 lines
191 B
Bash

#!/bin/sh
. `dirname "$0"`/../build/default/gtk2_ardour/ardev_common_waf.sh
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
exec valgrind --num-callers=50 --tool=memcheck $EXECUTABLE --novst "$@"