diff options
author | Zhang Rui <bbcallen@gmail.com> | 2015-07-21 21:04:03 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-21 15:19:42 +0200 |
commit | aee909acfb34bf8c03e3c4a93430df95ba8fae08 (patch) | |
tree | d7b05b4be21d7826a410054b5bd40df2bbe70afe /tests | |
parent | 5d0616ce0e640383904615f1d09cae21446124bb (diff) | |
download | ffmpeg-aee909acfb34bf8c03e3c4a93430df95ba8fae08.tar.gz |
fate: add test for async protocol
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/libavformat.mak | 4 | ||||
-rw-r--r-- | tests/ref/fate/async | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak index a9c02bcbaf..4102ce891d 100644 --- a/tests/fate/libavformat.mak +++ b/tests/fate/libavformat.mak @@ -1,3 +1,7 @@ +FATE_LIBAVFORMAT-$(HAVE_PTHREADS) += fate-async +fate-async: libavformat/async-test$(EXESUF) +fate-async: CMD = run libavformat/async-test + FATE_LIBAVFORMAT-$(CONFIG_NETWORK) += fate-noproxy fate-noproxy: libavformat/noproxy-test$(EXESUF) fate-noproxy: CMD = run libavformat/noproxy-test diff --git a/tests/ref/fate/async b/tests/ref/fate/async new file mode 100644 index 0000000000..3ab5e8c629 --- /dev/null +++ b/tests/ref/fate/async @@ -0,0 +1,7 @@ +open: 0 +size: 2048 +read: 2048 +read: 0 +seek: 1536 +read: 512 +read: 0 |