aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/real.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-05 14:27:44 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-10 10:49:51 +0200
commit096a5d76a547b65f027a3b981895e6fabe521818 (patch)
tree14d8775aacd524e86fdd3562115c42676a3f3861 /tests/fate/real.mak
parent6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702 (diff)
downloadffmpeg-096a5d76a547b65f027a3b981895e6fabe521818.tar.gz
fate: Refactor setting of environment variables for groups of tests
Diffstat (limited to 'tests/fate/real.mak')
-rw-r--r--tests/fate/real.mak6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/fate/real.mak b/tests/fate/real.mak
index 2d450c39ad..97160dd5a5 100644
--- a/tests/fate/real.mak
+++ b/tests/fate/real.mak
@@ -23,23 +23,21 @@ fate-rv40: CMD = framecrc -i $(SAMPLES)/real/spygames-2MB.rmvb -t 10 -an -vsync
FATE_SIPR += fate-sipr-5k0
fate-sipr-5k0: CMD = pcm -i $(SAMPLES)/sipr/sipr_5k0.rm
-fate-sipr-5k0: CMP = oneoff
fate-sipr-5k0: REF = $(SAMPLES)/sipr/sipr_5k0.pcm
FATE_SIPR += fate-sipr-6k5
fate-sipr-6k5: CMD = pcm -i $(SAMPLES)/sipr/sipr_6k5.rm
-fate-sipr-6k5: CMP = oneoff
fate-sipr-6k5: REF = $(SAMPLES)/sipr/sipr_6k5.pcm
FATE_SIPR += fate-sipr-8k5
fate-sipr-8k5: CMD = pcm -i $(SAMPLES)/sipr/sipr_8k5.rm
-fate-sipr-8k5: CMP = oneoff
fate-sipr-8k5: REF = $(SAMPLES)/sipr/sipr_8k5.pcm
FATE_SIPR += fate-sipr-16k
fate-sipr-16k: CMD = pcm -i $(SAMPLES)/sipr/sipr_16k.rm
-fate-sipr-16k: CMP = oneoff
fate-sipr-16k: REF = $(SAMPLES)/sipr/sipr_16k.pcm
+$(FATE_SIPR): CMP = oneoff
+
FATE_SAMPLES_AVCONV += $(FATE_SIPR)
fate-sipr: $(FATE_SIPR)