From 661ce2899608ab7d67a524e2df23d63efa660c20 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 22 Mar 2009 23:13:21 +0000 Subject: Rename 'tests' target to 'testprogs'. It is too easily confused with the 'test' target and a directory named tests exists. Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat') diff --git a/libavformat/Makefile b/libavformat/Makefile index f2285d7716..600832246e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -243,4 +243,6 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o +TESTPROGS = $(addsuffix -test$(EXESUF), timefilter) + include $(SUBDIR)../subdir.mak -- cgit v1.2.3