]> git.sesse.net Git - ffmpeg/commitdiff
fate: warn if SAMPLES is not specified.
authorClément Bœsch <ubitux@gmail.com>
Thu, 22 Dec 2011 15:22:48 +0000 (16:22 +0100)
committerClément Bœsch <ubitux@gmail.com>
Mon, 26 Dec 2011 21:27:01 +0000 (22:27 +0100)
tests/Makefile

index b44db7dbd484e44f90f671db9c653089be6e5566..6ac49283a0ea8d860bb5ac2b37fcea7998cd0d47 100644 (file)
@@ -111,6 +111,8 @@ FATE += $(FATE_TESTS) $(FATE_TESTS-yes)
 fate-rsync:
        rsync -vaLW --timeout=60 --contimeout=60 rsync://fate.ffmpeg.org/fate-suite/ $(SAMPLES)
 else
+fate::
+       @echo "warning: only a subset of the fate tests will be run because SAMPLES is not specified"
 fate-rsync:
        @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"
 $(FATE_TESTS):
@@ -121,7 +123,7 @@ FATE_UTILS = base64 tiny_psnr
 
 TOOL = ffmpeg
 
-fate: $(FATE)
+fate:: $(FATE)
 
 $(FATE): $(TOOL)$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
        @echo "TEST    $(@:fate-%=%)"