diff options
author | Diego Biurrun <diego@biurrun.de> | 2018-08-08 22:17:49 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2019-02-16 18:15:11 +0100 |
commit | a70eac7a9b193e8434b5bed90bd72aa4cb688363 (patch) | |
tree | dcded6f244f831ee26dd2e91894d0f5305a6d872 /tests/Makefile | |
parent | 5846b496f0a1dd5be4ef714622940674305ec00f (diff) | |
download | ffmpeg-a70eac7a9b193e8434b5bed90bd72aa4cb688363.tar.gz |
tests: Convert image2pipe tests to non-legacy test scripts
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 8d9a42433f..1884f5e437 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -61,6 +61,7 @@ include $(SRC_PATH)/tests/fate/acodec.mak include $(SRC_PATH)/tests/fate/vcodec.mak include $(SRC_PATH)/tests/fate/avformat.mak +include $(SRC_PATH)/tests/fate/lavf-image2pipe.mak include $(SRC_PATH)/tests/fate/seek.mak include $(SRC_PATH)/tests/fate/aac.mak |