diff options
author | Vittorio Giovara | 2013-12-12 16:08:31 +0100 |
---|---|---|
committer | Vittorio Giovara | 2013-12-17 09:34:08 +0100 |
commit | eddff165b4cdc1f064245a4bad6f4265581c12b1 (patch) | |
tree | 3a3dfb71aaa29bbb44bbf7ccc5bba62c212ef460 /tests | |
parent | 6fd99e78def3c795bdd0bc31f3ae0998d24bc94c (diff) |
fate: add utility function to test parser, demuxer, and decoder
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index c861122828..eb31ed1824 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -51,6 +51,8 @@ FILTERDEMDEC = $(call ALLYES, $(1)_FILTER $(2)_DEMUXER $(3)_DECODER) FILTERDEMDECMUX = $(call ALLYES, $(1)_FILTER $(2)_DEMUXER $(3)_DECODER $(4)_MUXER) FILTERDEMDECENCMUX = $(call ALLYES, $(1)_FILTER $(2)_DEMUXER $(3)_DECODER $(4)_ENCODER $(5)_MUXER) +PARSERDEMDEC = $(call ALLYES, $(1)_PARSER $(2)_DEMUXER $(3)_DECODER) + include $(SRC_PATH)/tests/fate/acodec.mak include $(SRC_PATH)/tests/fate/vcodec.mak include $(SRC_PATH)/tests/fate/avformat.mak |