diff options
author | George Boyle <george@thebuds.net> | 2015-06-25 18:37:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-27 03:43:23 +0200 |
commit | 7728d231a6cb5c31bf59a29ccc89193c82389e01 (patch) | |
tree | b5e32e2267c9d384651cb46acd1eb61432f05554 /tests/api/Makefile | |
parent | 3f18cb97e5a7b1ef1094e78ef3937944573347eb (diff) | |
download | ffmpeg-7728d231a6cb5c31bf59a29ccc89193c82389e01.tar.gz |
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/Makefile | 1 |
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) |