diff options
author | Diego Biurrun <diego@biurrun.de> | 2019-02-02 13:58:08 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2019-02-16 18:15:46 +0100 |
commit | 618d02c1fa9e74d490cace64a7d15762656b521c (patch) | |
tree | abdc6d928a80d050aa933986a94fa07dd5ca5285 /tests/Makefile | |
parent | 896fe15dbb7b78de495c4a7dd75e7faec66778da (diff) | |
download | ffmpeg-618d02c1fa9e74d490cace64a7d15762656b521c.tar.gz |
tests: Convert lavf container tests to non-legacy test scripts
Rename some tests in the process for consistency and simplicity.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index b64a8dc968..8a28cbf58a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -62,6 +62,7 @@ include $(SRC_PATH)/tests/fate/vcodec.mak include $(SRC_PATH)/tests/fate/avformat.mak include $(SRC_PATH)/tests/fate/lavf-audio.mak +include $(SRC_PATH)/tests/fate/lavf-container.mak include $(SRC_PATH)/tests/fate/lavf-image.mak include $(SRC_PATH)/tests/fate/lavf-image2pipe.mak include $(SRC_PATH)/tests/fate/seek.mak |