summaryrefslogtreecommitdiff
path: root/tests/fate/acodec.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/acodec.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/acodec.mak')
-rw-r--r--tests/fate/acodec.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/acodec.mak b/tests/fate/acodec.mak
index 35b597859c..1b8c32b163 100644
--- a/tests/fate/acodec.mak
+++ b/tests/fate/acodec.mak
@@ -1,6 +1,6 @@
fate-acodec-%: CODEC = $(@:fate-acodec-%=%)
fate-acodec-%: SRC = tests/data/asynth-44100-2.wav
-fate-acodec-%: CMD = enc_dec wav $(SRC) $(FMT) "-b:a 128k -c $(CODEC) $(ENCOPTS)" wav "-c pcm_s16le $(DECOPTS)" -keep
+fate-acodec-%: CMD = enc_dec wav $(SRC) $(FMT) "-b:a 128k -c $(CODEC) $(ENCOPTS)" wav "-c pcm_s16le $(DECOPTS)" "$(KEEP_OVERRIDE)"
fate-acodec-%: CMP_UNIT = 2
fate-acodec-%: REF = $(SRC_PATH)/tests/ref/acodec/$(@:fate-acodec-%=%)