cosmetics: Group all test targets together.

Originally committed as revision 9004 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent ff506a906e
commit 7f4f3e169f
  1. 14
      libavcodec/Makefile

@ -401,15 +401,8 @@ NAME=avcodec
LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR)
TESTS= imgresample-test fft-test dct-test
ifeq ($(TARGET_ARCH_X86),yes)
TESTS+= cpuid_test motion-test
endif
include ../common.mak
tests: apiexample $(TESTS)
clean::
rm -f \
i386/*.o i386/*~ \
@ -422,6 +415,13 @@ clean::
sparc/*.o sparc/*~ \
apiexample $(TESTS)
TESTS= imgresample-test fft-test dct-test
ifeq ($(TARGET_ARCH_X86),yes)
TESTS+= cpuid_test motion-test
endif
tests: apiexample $(TESTS)
apiexample: apiexample.o $(LIB)
cpuid_test: i386/cputest.c

Loading…
Cancel
Save