7 lines
206 B
Bash
Executable File
7 lines
206 B
Bash
Executable File
#!/bin/sh
|
|
TOP=`dirname "$0"`/..
|
|
. $TOP/build/gtk2_ardour/ardev_common_waf.sh
|
|
export UBUNTU_MENUPROXY=""
|
|
exec $TOP/build/gtk2_ardour/canvas_test "$@"
|
|
#exec gdb --args $TOP/build/gtk2_ardour/canvas_test "$@"
|