From a26e4215b91a54a168459a8fa45976c9ae072fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 30 Nov 2015 18:18:59 +0100 Subject: fate/api: test threadmessage --- tests/fate/api.mak | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/fate/api.mak') diff --git a/tests/fate/api.mak b/tests/fate/api.mak index 325f64a..e58b392 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 -- cgit v1.1