From bca9e0bcf17693f77d9e661e2e63baf2722797bc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 27 Jan 2008 23:28:56 +0000 Subject: Move common test program infrastructure to common.mak. Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index c5306709a0..04fd16fac0 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -45,15 +45,8 @@ TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat t include ../common.mak -tests: $(TESTS) - -%-test$(EXESUF): %.c $(LIBNAME) - $(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) - lzo-test$(EXESUF): lzo.c $(LIBNAME) $(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) -llzo2 clean:: - rm -f $(TESTS) lzo-test$(EXESUF) - -.PHONY: tests + rm -f lzo-test$(EXESUF) -- cgit v1.2.3