You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-25 14:23:15 +02:00
fate: warn if SAMPLES is not specified.
This commit is contained in:
@ -111,6 +111,8 @@ FATE += $(FATE_TESTS) $(FATE_TESTS-yes)
|
|||||||
fate-rsync:
|
fate-rsync:
|
||||||
rsync -vaLW --timeout=60 --contimeout=60 rsync://fate.ffmpeg.org/fate-suite/ $(SAMPLES)
|
rsync -vaLW --timeout=60 --contimeout=60 rsync://fate.ffmpeg.org/fate-suite/ $(SAMPLES)
|
||||||
else
|
else
|
||||||
|
fate::
|
||||||
|
@echo "warning: only a subset of the fate tests will be run because SAMPLES is not specified"
|
||||||
fate-rsync:
|
fate-rsync:
|
||||||
@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"
|
@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"
|
||||||
$(FATE_TESTS):
|
$(FATE_TESTS):
|
||||||
@ -121,7 +123,7 @@ FATE_UTILS = base64 tiny_psnr
|
|||||||
|
|
||||||
TOOL = ffmpeg
|
TOOL = ffmpeg
|
||||||
|
|
||||||
fate: $(FATE)
|
fate:: $(FATE)
|
||||||
|
|
||||||
$(FATE): $(TOOL)$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
|
$(FATE): $(TOOL)$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
|
||||||
@echo "TEST $(@:fate-%=%)"
|
@echo "TEST $(@:fate-%=%)"
|
||||||
|
Reference in New Issue
Block a user