[FFmpeg-cvslog] r23079 - trunk/Makefile

mru subversion
Mon May 10 11:32:59 CEST 2010


Author: mru
Date: Mon May 10 11:32:59 2010
New Revision: 23079

Log:
FATE: print friendly error for individual tests when SAMPLES unset

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon May 10 09:08:57 2010	(r23078)
+++ trunk/Makefile	Mon May 10 11:32:59 2010	(r23079)
@@ -339,14 +339,15 @@ tests/data/asynth1.sw: tests/audiogen$(H
 tests/seek_test$(EXESUF): tests/seek_test.o $(FF_DEP_LIBS)
 	$(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
 
-ifdef SAMPLES
 include $(SRC_PATH_BARE)/tests/fate.mak
+
+ifdef SAMPLES
 fate: $(FATE_TESTS)
 $(FATE_TESTS): ffmpeg$(EXESUF)
 	@echo "TEST FATE   $(@:fate-%=%)"
 	@$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)'
 else
-fate:
+fate $(FATE_TESTS):
 	@echo "SAMPLES not specified, cannot run FATE"
 endif
 



More information about the ffmpeg-cvslog mailing list