Mercurial > libavutil.hg
diff Makefile @ 437:8a1687cc6f5b libavutil
Move some lines in preparation for an upcoming commit.
author | diego |
---|---|
date | Sun, 27 Jan 2008 23:27:13 +0000 |
parents | 2fc7d825b16f |
children | 812ff5adfa54 |
line wrap: on
line diff
--- a/Makefile Sun Jan 27 22:39:30 2008 +0000 +++ b/Makefile Sun Jan 27 23:27:13 2008 +0000 @@ -41,9 +41,9 @@ LIBVERSION=$(LAVUVERSION) LIBMAJOR=$(LAVUMAJOR) -include ../common.mak +TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree) -TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree) +include ../common.mak tests: $(TESTS)