summaryrefslogtreecommitdiff
path: root/tests/fate/seek.mak
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-28 18:43:18 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-05 09:24:34 +0100
commit94bf3f90e92437fe93ced2b2f058b13f4a290119 (patch)
tree63a20ca72173d7dd0698b6114c46adb614be405c /tests/fate/seek.mak
parent491a30c79cf7e1fa7e32aeb4968a8c63af6e0534 (diff)
tests/fate: Don't keep unnecessary temp files
Some FATE tests use files created by other FATE tests as input files; this mostly affects the seek tests which use files from vsynth_lena as well as acodec-pcm as input files. In order to make this possible the temporary files of all the vsynth* and all acodec-pcm tests are kept. Yet only a fraction of these files are actually used. This commit changes this to only keep the files that are actually needed for other tests. This reduces the size of the tests/data/fate folder after a full FATE run from 2024727441B to 138739312B. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tests/fate/seek.mak')
-rw-r--r--tests/fate/seek.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/seek.mak b/tests/fate/seek.mak
index 98d2b54674..5efec32702 100644
--- a/tests/fate/seek.mak
+++ b/tests/fate/seek.mak
@@ -270,6 +270,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
fate-seek-%: REF = $(SRC_PATH)/tests/ref/seek/$(@:fate-seek-%=%)
FATE_AVCONV += $(FATE_SEEK)