summaryrefslogtreecommitdiff
path: root/tests/api/Makefile
diff options
context:
space:
mode:
authorGeorge Boyle <george@thebuds.net>2015-06-25 18:37:11 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-06-27 03:43:23 +0200
commit7728d231a6cb5c31bf59a29ccc89193c82389e01 (patch)
treeb5e32e2267c9d384651cb46acd1eb61432f05554 /tests/api/Makefile
parent3f18cb97e5a7b1ef1094e78ef3937944573347eb (diff)
fate/api-tests: Move api-flac-test to API tests directory.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 7010b00178..86c0cf22e5 100644
--- a/tests/api/Makefile
+++ b/tests/api/Makefile
@@ -1,3 +1,4 @@
+APITESTPROGS-$(call ENCDEC, FLAC, FLAC) += api-flac
APITESTPROGS += $(APITESTPROGS-yes)
APITESTOBJS := $(APITESTOBJS:%=$(APITESTSDIR)%) $(APITESTPROGS:%=$(APITESTSDIR)/%-test.o)