summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-12-22 16:22:48 +0100
committerClément Bœsch <ubitux@gmail.com>2011-12-26 22:27:01 +0100
commitf51469538f239bcfc1bb2ee697d25d91a8b4b39d (patch)
treeba33051598887d1bfb0e6d7f0762ac510ded3321
parent3d38a7260b43f52ac8e2a217995c321db67fcc00 (diff)
fate: warn if SAMPLES is not specified.
-rw-r--r--tests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index b44db7dbd4..6ac49283a0 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -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-%=%)"