From: Martin Mares Date: Tue, 1 Jul 2008 09:44:08 +0000 (+0200) Subject: Libucw: Added sha1.t to the automatic tests. X-Git-Tag: holmes-import~409 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c5d927477ff508d0467b23324e732287a98606b2;p=libucw.git Libucw: Added sha1.t to the automatic tests. --- diff --git a/lib/Makefile b/lib/Makefile index 2f3ba756..fcc96f77 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -96,7 +96,7 @@ $(o)/lib/ipaccess-test: $(o)/lib/ipaccess-test.o $(LIBUCW) TESTS+=$(addprefix $(o)/lib/,regex.test unicode.test hash-test.test mempool.test stkstring.test \ slists.test kmp-test.test bbuf.test getopt.test fastbuf.test ff-unicode.test eltpool.test \ - fb-socket.test string.test) + fb-socket.test string.test sha1.test) $(o)/lib/regex.test: $(o)/lib/regex-t $(o)/lib/unicode.test: $(o)/lib/unicode-t