diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-04 12:04:21 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-06 05:39:25 +0200 |
commit | 95cbd97ccefc151e7ed7e0f32ea4584b2ea44e9c (patch) | |
tree | ff673e541033db998cec601db09e780d45968dff /tests/fate/seek.mak | |
parent | 80c7258b3a8f7e77abfed53a5bce7c23e25caad6 (diff) | |
download | ffmpeg-95cbd97ccefc151e7ed7e0f32ea4584b2ea44e9c.tar.gz |
tests/Makefile: Redo how to keep intermediate FATE-files
Extend the ordinary mechanism to signal KEEP for this.
This also allows to remove the keep-parameter from enc_dec,
transcode and stream_remux, so that several empty parameters
'""' could be removed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate/seek.mak')
-rw-r--r-- | tests/fate/seek.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/seek.mak b/tests/fate/seek.mak index fc1ef50e49..dfc2fa6a96 100644 --- a/tests/fate/seek.mak +++ b/tests/fate/seek.mak @@ -202,7 +202,7 @@ FATE_SEEK_EXTRA += $(FATE_SEEK_EXTRA-yes) $(FATE_SEEK) $(FATE_SAMPLES_SEEK) $(FATE_SEEK_EXTRA): libavformat/tests/seek$(EXESUF) $(FATE_SEEK) $(FATE_SAMPLES_SEEK): CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_PATH)/tests/data/$(SRC) $(FATE_SEEK) $(FATE_SAMPLES_SEEK): fate-seek-%: fate-% -$(subst fate-seek-,fate-,$(FATE_SAMPLES_SEEK) $(FATE_SEEK)): KEEP_OVERRIDE = -keep +$(subst fate-seek-,fate-,$(FATE_SAMPLES_SEEK) $(FATE_SEEK)): KEEP_FILES ?= 1 fate-seek-%: REF = $(SRC_PATH)/tests/ref/seek/$(@:fate-seek-%=%) FATE_AVCONV += $(FATE_SEEK) |