From: Pavel Charvat Date: Tue, 8 Jul 2008 06:27:45 +0000 (+0200) Subject: Enable automatic tests for byte-bases tries. X-Git-Tag: holmes-import~404^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8ff4c8b4b5d75c60df8e71980cc5fb6306557047;p=libucw.git Enable automatic tests for byte-bases tries. --- diff --git a/lib/Makefile b/lib/Makefile index 9efb1f69..0c5d0ac7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -94,10 +94,11 @@ $(o)/lib/binheap-test: $(o)/lib/binheap-test.o $(LIBUCW) $(o)/lib/lizard-test: $(o)/lib/lizard-test.o $(LIBUCW) $(o)/lib/kmp-test: $(o)/lib/kmp-test.o $(LIBUCW) $(LIBCHARSET) $(o)/lib/ipaccess-test: $(o)/lib/ipaccess-test.o $(LIBUCW) +$(o)/lib/trie-test: $(o)/lib/trie-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) + fb-socket.test trie-test.test) $(o)/lib/regex.test: $(o)/lib/regex-t $(o)/lib/unicode.test: $(o)/lib/unicode-t @@ -113,6 +114,7 @@ $(o)/lib/fastbuf.test: $(o)/lib/fb-file-t $(o)/lib/fb-grow-t $(o)/lib/fb-pool-t $(o)/lib/ff-unicode.test: $(o)/lib/ff-unicode-t $(o)/lib/eltpool.test: $(o)/lib/eltpool-t $(o)/lib/fb-socket.test: $(o)/lib/fb-socket-t +$(o)/lib/trie-test.test: $(o)/lib/trie-test ifdef CONFIG_UCW_THREADS TESTS+=$(addprefix $(o)/lib/,asio.test)