Diego Biurrun <[email protected]> writes: > On Wed, Jun 29, 2011 at 03:42:15PM +0100, Måns Rullgård wrote: >> Diego Biurrun <[email protected]> writes: >> >> > --- a/Makefile >> > +++ b/Makefile >> > @@ -185,7 +185,7 @@ distclean:: >> > config: >> > $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION) >> > >> > -check: checkheaders >> > +check: alltools checkheaders examples testprogs >> >> Why? > > This is supposed to be a convenient target that developers can run to > make sure they have not broken compilation of targets besides "all". > > It might either include fate or be made part of fate (eventually).
The various test programs should be compiled and *run* as individual fate tests, not merely built in bulk like this. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
