mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-176 Added Test file for UTF-16 macros
X-SVN-Rev: 1317
This commit is contained in:
parent
215f6fd609
commit
002534a549
3 changed files with 8 additions and 2 deletions
|
@ -68,7 +68,7 @@ cdattst.o cdetst.o cdtdptst.o cdtrgtst.o cestst.o cfintst.o cformtst.o \
|
|||
cfrtst.o cg7coll.o chashtst.o cintltst.o citertst.o cjaptst.o cloctst.o cmsgtst.o \
|
||||
cnmdptst.o cnormtst.o cnumtst.o cregrtst.o crestst.o cturtst.o \
|
||||
cucdtst.o cutiltst.o encoll.o nucnvtst.o susctest.o nccbtst.o \
|
||||
cbiditst.o cbididat.o eurocreg.o udatatst.o
|
||||
cbiditst.o cbididat.o eurocreg.o udatatst.o utf16tst.o
|
||||
|
||||
DEPS = $(OBJECTS:.o=.d)
|
||||
|
||||
|
|
|
@ -23,10 +23,12 @@ void addConvert(TestNode** root);
|
|||
void addCollTest(TestNode** root);
|
||||
void addComplexTest(TestNode** root);
|
||||
void addUDataTest(TestNode** root);
|
||||
void addUTF16Test(TestNode** root);
|
||||
|
||||
void addAllTests(TestNode** root)
|
||||
{
|
||||
addUtility(root);
|
||||
addUTF16Test(root);
|
||||
addUtility(root);
|
||||
addBreakIter(root);
|
||||
addFormatTest(root);
|
||||
addConvert(root);
|
||||
|
|
|
@ -253,6 +253,10 @@ SOURCE=.\susctest.c
|
|||
|
||||
SOURCE=.\udatatst.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\utf16tst.c
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue