diff Makefile @ 34441:4496c52ff7f1

Print a hint if FATE_SAMPLES was not set and fatetest is run.
author reimar
date Sun, 08 Jan 2012 10:06:13 +0000
parents 9441cb91bddd
children 1b8e44d85ef7
line wrap: on
line diff
--- a/Makefile	Sun Jan 08 09:28:51 2012 +0000
+++ b/Makefile	Sun Jan 08 10:06:13 2012 +0000
@@ -1010,6 +1010,9 @@
 
 tests/res/%.md5: mplayer$(EXESUF) $(FATE_SAMPLES)/%
 	@tests/faterun.sh $*
+else
+fatetest:
+	@echo "You need to set FATE_SAMPLES for fatetest to work"
 endif