Move some lines in preparation for an upcoming commit.

Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-01-27 23:27:13 +00:00
parent 4942a0e8ee
commit fe34942e92
2 changed files with 7 additions and 7 deletions

View File

@ -41,10 +41,10 @@ NAME=avutil
LIBVERSION=$(LAVUVERSION)
LIBMAJOR=$(LAVUMAJOR)
include ../common.mak
TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree)
include ../common.mak
tests: $(TESTS)
%-test$(EXESUF): %.c $(LIBNAME)