Diego Biurrun <[email protected]> writes: > On Mon, Jun 06, 2011 at 08:00:42PM +0100, Mans Rullgard wrote: >> Signed-off-by: Mans Rullgard <[email protected]> >> --- >> Updated after Diego's comments. >> --- >> Makefile | 121 >> +------------------------------------------------------- >> configure | 1 + >> tests/Makefile | 121 >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 124 insertions(+), 119 deletions(-) >> create mode 100644 tests/Makefile >> >> diff --git a/Makefile b/Makefile >> index d520d13..7a23ba7 100644 >> --- a/Makefile >> +++ b/Makefile >> @@ -181,13 +180,7 @@ uninstall-data: >> >> -testclean: >> - >> @@ -201,119 +194,9 @@ distclean:: >> >> -fulltest test: codectest lavftest lavfitest seektest >> - >> -codectest: fate-codec >> -lavftest: fate-lavf >> -lavfitest: fate-lavfi >> -seektest: fate-seek >> - >> -ffservertest: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/data/asynth1.sw >> >> .PHONY: all alltools *clean check config documentation examples install* >> .PHONY: *test testprogs uninstall* > > The .PHONY declarations for the test targets are not moved.
BTW, the *test pattern is over-inclusive. There are a number of file targets matching that pattern. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
