comparison Makefile @ 709:8f8d69d028fd libavutil

Rename 'tests' target to 'testprogs'. It is too easily confused with the 'test' target and a directory named tests exists.
author diego
date Sun, 22 Mar 2009 23:13:21 +0000
parents 8555f3376a56
children 245c43384890
comparison
equal deleted inserted replaced
708:2cd525e90b45 709:8f8d69d028fd
39 rc4.o \ 39 rc4.o \
40 sha1.o \ 40 sha1.o \
41 tree.o \ 41 tree.o \
42 utils.o \ 42 utils.o \
43 43
44 TESTS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca sha1 softfloat tree) 44 TESTPROGS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca sha1 softfloat tree)
45 45
46 DIRS = arm bfin sh4 x86 46 DIRS = arm bfin sh4 x86
47 47
48 include $(SUBDIR)../subdir.mak 48 include $(SUBDIR)../subdir.mak
49 49