Skip to content

Commit 36d8016

Browse files
authored
Add valgrind tests
1 parent b53462a commit 36d8016

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

imf-unit-tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/sh
22

3+
valgrind --leak-check=full ./ffmpeg -y -i http://ffmpeg-imf-samples-public.s3.us-west-1.amazonaws.com/callout_51_l_r_c_lfe_ls_rs.mxf -f wav /dev/null
4+
valgrind --leak-check=full ./ffmpeg -y -i http://ffmpeg-imf-samples-public.s3-website-us-west-1.amazonaws.com/countdown/CPL_f5095caa-f204-4e1c-8a84-7af48c7ae16b.xml -f mp4 /dev/null
5+
36
make libavformat/tests/imf
4-
valgrind --leak-check=full libavformat/tests/imf
7+
valgrind --leak-check=full libavformat/tests/imf

0 commit comments

Comments
 (0)