diff options
author | Diego Biurrun <diego@biurrun.de> | 2019-02-02 13:49:53 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2019-02-16 18:15:22 +0100 |
commit | eb8a8115994434b548523cf0bca6a4a74784e79c (patch) | |
tree | 76c5ec1ede8cb64d118d770d885f95b668a475f8 /tests/Makefile | |
parent | a70eac7a9b193e8434b5bed90bd72aa4cb688363 (diff) | |
download | ffmpeg-eb8a8115994434b548523cf0bca6a4a74784e79c.tar.gz |
tests: Convert audio-only lavf 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 1884f5e437..6ad54eba71 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-audio.mak include $(SRC_PATH)/tests/fate/lavf-image2pipe.mak include $(SRC_PATH)/tests/fate/seek.mak |