Mercurial > libavcodec.hg
changeset 4990:f3f84103b81a libavcodec
cosmetics: Group all test targets together.
author | diego |
---|---|
date | Sat, 12 May 2007 10:43:45 +0000 |
parents | 0b1e761135cd |
children | b77f43ff3991 |
files | Makefile |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat May 12 05:55:09 2007 +0000 +++ b/Makefile Sat May 12 10:43:45 2007 +0000 @@ -401,15 +401,8 @@ 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 @@ 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