comparison 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
comparison
equal deleted inserted replaced
34440:57d1ace7fb63 34441:4496c52ff7f1
1008 1008
1009 fatetest: $(RESULTS) 1009 fatetest: $(RESULTS)
1010 1010
1011 tests/res/%.md5: mplayer$(EXESUF) $(FATE_SAMPLES)/% 1011 tests/res/%.md5: mplayer$(EXESUF) $(FATE_SAMPLES)/%
1012 @tests/faterun.sh $* 1012 @tests/faterun.sh $*
1013 else
1014 fatetest:
1015 @echo "You need to set FATE_SAMPLES for fatetest to work"
1013 endif 1016 endif
1014 1017
1015 1018
1016 1019
1017 ###### tests / tools ####### 1020 ###### tests / tools #######