ICU-176 Added Test file for UTF-16 macros

X-SVN-Rev: 1317
This commit is contained in:
Madhu K 2000-05-03 20:54:37 +00:00
parent 215f6fd609
commit 002534a549
3 changed files with 8 additions and 2 deletions

View file

@ -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)

View file

@ -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);

View file

@ -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"