Commit e4706a40 authored by diego's avatar diego

Do not hide the commands make runs.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9136 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cbf9e1b7
...@@ -25,17 +25,17 @@ test-server: vsynth1/00.pgm asynth1.sw ...@@ -25,17 +25,17 @@ test-server: vsynth1/00.pgm asynth1.sw
@echo "Unfortunately ffserver is broken and therefore its regression" @echo "Unfortunately ffserver is broken and therefore its regression"
@echo "test fails randomly. Treat the results accordingly." @echo "test fails randomly. Treat the results accordingly."
@echo @echo
@$(SRC_DIR)/server-regression.sh $(SERVER_REFFILE) $(SRC_DIR)/test.conf $(SRC_DIR)/server-regression.sh $(SERVER_REFFILE) $(SRC_DIR)/test.conf
# fast regression tests for all codecs # fast regression tests for all codecs
codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw tiny_psnr$(EXESUF) codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw tiny_psnr$(EXESUF)
@$(SRC_DIR)/regression.sh $@ $(REFFILE1) vsynth1 $(SRC_DIR)/regression.sh $@ $(REFFILE1) vsynth1
@$(SRC_DIR)/regression.sh $@ $(REFFILE2) vsynth2 $(SRC_DIR)/regression.sh $@ $(REFFILE2) vsynth2
# fast regression for libav formats # fast regression for libav formats
ifeq ($(CONFIG_GPL),yes) ifeq ($(CONFIG_GPL),yes)
libavtest: vsynth1/00.pgm asynth1.sw libavtest: vsynth1/00.pgm asynth1.sw
@$(SRC_DIR)/regression.sh $@ $(LIBAV_REFFILE) vsynth1 $(SRC_DIR)/regression.sh $@ $(LIBAV_REFFILE) vsynth1
else else
libavtest: libavtest:
@echo @echo
...@@ -53,16 +53,16 @@ swscale_error: ...@@ -53,16 +53,16 @@ swscale_error:
endif endif
seektest: seek_test$(EXESUF) seektest: seek_test$(EXESUF)
@$(SRC_DIR)/seek_test.sh $(SEEK_REFFILE) $(SRC_DIR)/seek_test.sh $(SEEK_REFFILE)
# video generation # video generation
vsynth1/00.pgm: videogen$(EXESUF) vsynth1/00.pgm: videogen$(EXESUF)
@mkdir -p vsynth1 mkdir -p vsynth1
$(BUILD_DIR)/$< 'vsynth1/' $(BUILD_DIR)/$< 'vsynth1/'
vsynth2/00.pgm: rotozoom$(EXESUF) vsynth2/00.pgm: rotozoom$(EXESUF)
@mkdir -p vsynth2 mkdir -p vsynth2
$(BUILD_DIR)/$< 'vsynth2/' $(SRC_DIR)/lena.pnm $(BUILD_DIR)/$< 'vsynth2/' $(SRC_DIR)/lena.pnm
# audio generation # audio generation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment