summaryrefslogtreecommitdiff
path: root/gtk2_ardour/armass
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/armass')
-rwxr-xr-xgtk2_ardour/armass7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/armass b/gtk2_ardour/armass
new file mode 100755
index 0000000000..04c60f91a1
--- /dev/null
+++ b/gtk2_ardour/armass
@@ -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 "$@"