aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2015-11-30 18:18:59 +0100
committerClément Bœsch <clement@stupeflix.com>2015-12-07 11:39:28 +0100
commita26e4215b91a54a168459a8fa45976c9ae072fbc (patch)
tree8108987574fe7b44f7d34ca4f0e70c1905816252 /tests/api/Makefile
parentf98abe0ee778880408863aff8371f4749f1f9b49 (diff)
downloadffmpeg-a26e4215b91a54a168459a8fa45976c9ae072fbc.tar.gz
fate/api: test threadmessage
Diffstat (limited to 'tests/api/Makefile')
-rw-r--r--tests/api/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api/Makefile b/tests/api/Makefile
index a6d8e42b66..d83ac24bbc 100644
--- a/tests/api/Makefile
+++ b/tests/api/Makefile
@@ -3,6 +3,7 @@ APITESTPROGS-$(call DEMDEC, H264, H264) += api-h264
APITESTPROGS-yes += api-seek
APITESTPROGS-yes += api-codec-param
APITESTPROGS-$(call DEMDEC, H263, H263) += api-band
+APITESTPROGS-$(HAVE_PTHREADS) += api-threadmessage
APITESTPROGS += $(APITESTPROGS-yes)
APITESTOBJS := $(APITESTOBJS:%=$(APITESTSDIR)%) $(APITESTPROGS:%=$(APITESTSDIR)/%-test.o)