diff options
author | Clément Bœsch <clement@stupeflix.com> | 2015-11-30 18:18:59 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-12-07 11:39:28 +0100 |
commit | a26e4215b91a54a168459a8fa45976c9ae072fbc (patch) | |
tree | 8108987574fe7b44f7d34ca4f0e70c1905816252 /tests/fate/api.mak | |
parent | f98abe0ee778880408863aff8371f4749f1f9b49 (diff) | |
download | ffmpeg-a26e4215b91a54a168459a8fa45976c9ae072fbc.tar.gz |
fate/api: test threadmessage
Diffstat (limited to 'tests/fate/api.mak')
-rw-r--r-- | tests/fate/api.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak index 325f64a108..e58b39246d 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -28,6 +28,12 @@ FATE_API_SAMPLES_LIBAVFORMAT-yes += fate-api-jpeg-codec-param fate-api-jpeg-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF) fate-api-jpeg-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/exif/image_small.jpg +FATE_API-$(CONFIG_AVUTIL) += fate-api-threadmessage +fate-api-threadmessage: $(APITESTSDIR)/api-threadmessage-test$(EXESUF) +fate-api-threadmessage: CMD = run $(APITESTSDIR)/api-threadmessage-test 3 10 30 50 2 20 40 +fate-api-threadmessage: CMP = null +fate-api-threadmessage: REF = /dev/null + FATE_API_SAMPLES-$(CONFIG_AVFORMAT) += $(FATE_API_SAMPLES_LIBAVFORMAT-yes) ifdef SAMPLES |