From b09f6b2c8551baf93ea0576eab4f00e721338369 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 10 Dec 2007 12:44:19 +0100 Subject: [PATCH] UCW: Renamed 'UTF-8' tests to 'Unicode' (I am going to add some UTF-16 test cases). --- lib/Makefile | 6 +++--- lib/{unicode-utf8.c => unicode.c} | 0 lib/{unicode-utf8.t => unicode.t} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename lib/{unicode-utf8.c => unicode.c} (100%) rename lib/{unicode-utf8.t => unicode.t} (100%) diff --git a/lib/Makefile b/lib/Makefile index ed6a3a79..f579a343 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -19,7 +19,7 @@ LIBUCW_MODS= \ profile \ fastbuf ff-binary ff-string ff-printf ff-unicode \ fb-file carefulio fb-mem fb-temp fb-mmap fb-limfd fb-buffer fb-grow fb-pool fb-atomic fb-param \ - str_ctype str_upper str_lower unicode-utf8 stkstring \ + str_ctype str_upper str_lower unicode stkstring \ wildmatch wordsplit ctmatch patimatch patmatch regex \ prime primetable random timer randomkey \ bit-ffs bit-fls \ @@ -99,11 +99,11 @@ $(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) -TESTS+=$(addprefix $(o)/lib/,regex.test unicode-utf8.test hash-test.test mempool.test stkstring.test \ +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 eltpool.test) $(o)/lib/regex.test: $(o)/lib/regex-t -$(o)/lib/unicode-utf8.test: $(o)/lib/unicode-utf8-t +$(o)/lib/unicode.test: $(o)/lib/unicode-t $(o)/lib/hash-test.test: $(o)/lib/hash-test $(o)/lib/mempool.test: $(o)/lib/mempool-t $(o)/lib/mempool-fmt-t $(o)/lib/mempool-str-t $(o)/lib/stkstring.test: $(o)/lib/stkstring-t diff --git a/lib/unicode-utf8.c b/lib/unicode.c similarity index 100% rename from lib/unicode-utf8.c rename to lib/unicode.c diff --git a/lib/unicode-utf8.t b/lib/unicode.t similarity index 100% rename from lib/unicode-utf8.t rename to lib/unicode.t -- 2.39.2