# HG changeset patch # User diego # Date 1201476433 0 # Node ID 8a1687cc6f5be6df35e6e8bc4e83bb97e0da2a08 # Parent 2fc7d825b16f347e79b152056bcae914dcff2f63 Move some lines in preparation for an upcoming commit. diff -r 2fc7d825b16f -r 8a1687cc6f5b Makefile --- 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)