diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-04 15:49:40 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-06 05:39:25 +0200 |
commit | e4563c2caf3aae298d4022ca778b1217e2dc0f12 (patch) | |
tree | d24b260c68d8d8dfb5d65bef46f71988459e8374 /tests/fate/api.mak | |
parent | 95cbd97ccefc151e7ed7e0f32ea4584b2ea44e9c (diff) | |
download | ffmpeg-e4563c2caf3aae298d4022ca778b1217e2dc0f12.tar.gz |
tests/fate-run: Remove temporary fate-lavf files if possible
The temporary fate-lavf files can easily be removed
if they are not needed as inputs for other tests (mainly
fate-seek-tests). This commit implements this.
The size of the remaining files decreases from 260890083B
to 79481793B.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate/api.mak')
-rw-r--r-- | tests/fate/api.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak index 10288f5aba..688fc0f9b3 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -18,6 +18,7 @@ fate-api-h264-slice: CMD = run $(APITESTSDIR)/api-h264-slice-test$(EXESUF) 2 $(T FATE_API_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-seek fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf-flv +fate-lavf-flv: KEEP_FILES ?= 1 fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test$(EXESUF) $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720 fate-api-seek: CMP = null |