---
 tests/Makefile |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index fb9b56e..8d0afce 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -41,16 +41,8 @@ tests/seek_test$(EXESUF): tests/seek_test.o $(FF_DEP_LIBS)
 tools/lavfi-showfiltfmts$(EXESUF): tools/lavfi-showfiltfmts.o $(FF_DEP_LIBS)
        $(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
 
-include $(SRC_PATH)/tests/fate.mak
-include $(SRC_PATH)/tests/fate2.mak
-
-include $(SRC_PATH)/tests/fate/aac.mak
-include $(SRC_PATH)/tests/fate/als.mak
-include $(SRC_PATH)/tests/fate/fft.mak
-include $(SRC_PATH)/tests/fate/h264.mak
-include $(SRC_PATH)/tests/fate/mp3.mak
-include $(SRC_PATH)/tests/fate/vorbis.mak
-include $(SRC_PATH)/tests/fate/vp8.mak
+include $(SRC_PATH)/tests/*.mak
+include $(SRC_PATH)/tests/fate/*.mak
 
 FATE_ACODEC  = $(ACODEC_TESTS:%=fate-acodec-%)
 FATE_VSYNTH1 = $(VCODEC_TESTS:%=fate-vsynth1-%)
-- 
1.7.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to