mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Implement fate-rsync target
This commit is contained in:
parent
e3b540b424
commit
8ce67bcabe
4
Makefile
4
Makefile
@ -274,7 +274,11 @@ fate-seek: $(FATE_SEEK)
|
|||||||
|
|
||||||
ifdef SAMPLES
|
ifdef SAMPLES
|
||||||
FATE += $(FATE_TESTS)
|
FATE += $(FATE_TESTS)
|
||||||
|
fate-rsync:
|
||||||
|
rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES)
|
||||||
else
|
else
|
||||||
|
fate-rsync:
|
||||||
|
@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"
|
||||||
$(FATE_TESTS):
|
$(FATE_TESTS):
|
||||||
@echo "SAMPLES not specified, cannot run FATE"
|
@echo "SAMPLES not specified, cannot run FATE"
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user