mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
Add valgrind option for tests.
git-svn-id: svn://localhost/ardour2/branches/3.0@11150 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
469d3b8fd7
commit
58d8b7f42f
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ export ARDOUR_PANNER_PATH=$libs/panners/2in2out:$libs/panners/1in2out:$libs/pann
|
|||
|
||||
if [ "$1" == "--debug" ]; then
|
||||
gdb ./libs/ardour/run-tests
|
||||
elif [ "$1" == "--valgrind" ]; then
|
||||
valgrind ./libs/ardour/run-tests
|
||||
else
|
||||
./libs/ardour/run-tests $*
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue