[SCM] libav/experimental: Rename test-server target to servertest for consistency with other test targets.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:22:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 60598b2f9a6bc80eb40cfc141792697bb0980956
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue May 27 00:26:43 2008 +0000

    Rename test-server target to servertest for consistency with other test targets.
    
    Originally committed as revision 13449 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index eb40ff3..46a0055 100644
--- a/Makefile
+++ b/Makefile
@@ -307,7 +307,7 @@ $(LAVF_TESTS):
 seektest: codectest libavtest tests/seek_test$(EXESUF)
 	$(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE)
 
-test-server: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw
+servertest: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw
 	@echo
 	@echo "Unfortunately ffserver is broken and therefore its regression"
 	@echo "test fails randomly. Treat the results accordingly."
@@ -315,7 +315,7 @@ test-server: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw
 	$(SRC_PATH)/tests/server-regression.sh $(FFSERVER_REFFILE) $(SRC_PATH)/tests/test.conf
 
 ifeq ($(CONFIG_SWSCALE),yes)
-test-server codectest $(CODEC_TESTS) libavtest: swscale_error
+servertest codectest $(CODEC_TESTS) libavtest: swscale_error
 swscale_error:
 	@echo
 	@echo "This regression test is incompatible with --enable-swscale."
@@ -342,7 +342,7 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
 
 
 .PHONY: lib videohook documentation TAGS
-.PHONY: codectest libavtest seektest test-server fulltest test
+.PHONY: codectest libavtest seektest servertest fulltest test
 .PHONY: $(CODEC_TESTS) $(LAVF_TESTS) regtest-ref swscale-error
 
 -include $(VHOOK_DEPS)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list