diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-12 19:26:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-12 19:26:57 +0000 |
| commit | e412564a57a5898a8f5f49c42bede37e76f0c41c (patch) | |
| tree | d52d6b98f5acb3567360852a36f863c90b8a2d88 /run-tests.sh | |
| parent | 41daa5821b3d3b0f450094fbf0d1e37a449f482c (diff) | |
Add simple support for generating audio MXFs from part of a WAV file (for multi-reel DCP generation).
Diffstat (limited to 'run-tests.sh')
| -rwxr-xr-x | run-tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index 3c92dae0..7e464329 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -10,6 +10,9 @@ if [ "$1" == "--debug" ]; then shift LD_LIBRARY_PATH=build/src:build/asdcplib/src gdb --args build/test/tests +elif [ "$1" == "--valgrind" ]; then + shift + LD_LIBRARY_PATH=build/src:build/asdcplib/src valgrind --tool="memcheck" build/test/tests else LD_LIBRARY_PATH=build/src:build/asdcplib/src build/test/tests fi |
