[MPlayer-cvslog] r34529 - trunk/Makefile

reimar subversion at mplayerhq.hu
Sun Jan 8 11:06:13 CET 2012


Author: reimar
Date: Sun Jan  8 11:06:13 2012
New Revision: 34529

Log:
Print a hint if FATE_SAMPLES was not set and fatetest is run.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sun Jan  8 10:28:51 2012	(r34528)
+++ trunk/Makefile	Sun Jan  8 11:06:13 2012	(r34529)
@@ -1010,6 +1010,9 @@ fatetest: $(RESULTS)
 
 tests/res/%.md5: mplayer$(EXESUF) $(FATE_SAMPLES)/%
 	@tests/faterun.sh $*
+else
+fatetest:
+	@echo "You need to set FATE_SAMPLES for fatetest to work"
 endif
 
 


More information about the MPlayer-cvslog mailing list