From 6304261b980419eaafde84bc32ff5e8f1c7aa236 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 27 Dec 2011 01:42:49 +0000 Subject: Re-work layering in possibly debatable ways. Sketchy docs in doc/layering. git-svn-id: svn://localhost/ardour2/branches/3.0@11088 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/run-tests.sh') diff --git a/libs/ardour/run-tests.sh b/libs/ardour/run-tests.sh index 379678c968..76fc4f8aea 100755 --- a/libs/ardour/run-tests.sh +++ b/libs/ardour/run-tests.sh @@ -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 --tool="memcheck" ./libs/ardour/run-tests else ./libs/ardour/run-tests fi -- cgit v1.2.3