On Thu, Jun 30, 2011 at 12:18:40AM +0100, Måns Rullgård wrote:
> Diego Biurrun <[email protected]> writes:
> > --- a/libavutil/Makefile
> > +++ b/libavutil/Makefile
> > @@ -75,7 +75,8 @@ OBJS-$(ARCH_ARM) += arm/cpu.o
> >  OBJS-$(ARCH_PPC) += ppc/cpu.o
> >  OBJS-$(ARCH_X86) += x86/cpu.o
> >
> > -TESTPROGS = adler32 aes base64 cpu crc des eval lls md5 sha tree
> > +TESTPROGS = adler32 aes avstring base64 cpu crc des eval file lfg lls \
> > +            md5 opt parseutils rational sha tree
> >  TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
> 
> Some of those are fairly broken and should be either fixed or removed.

True, but I consider this change orthogonal.  It at least gives a handy
way to (test-)compile all together and keep them from rotting further.

It also does not make fixing or removing any of those tests any harder
in the future, I suspect it rather raises awareness that they exist,
so I see no harm being done.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to