changeset 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 57d1ace7fb63
children 14bfdf5e9fdb
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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