# HG changeset patch # User diego # Date 1178966625 0 # Node ID f3f84103b81a22f47bd8b9936b7edecbf2323da4 # Parent 0b1e761135cdb4642694bad360757ec5795fe82f cosmetics: Group all test targets together. diff -r 0b1e761135cd -r f3f84103b81a Makefile --- 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