ICU-1864 add tests for BOCU-1: compare ICU and reference implementations

X-SVN-Rev: 8711
This commit is contained in:
Markus Scherer 2002-05-28 02:09:10 +00:00
parent 262ea89f0b
commit 8f67b83ff7
4 changed files with 1021 additions and 2 deletions

View File

@ -42,7 +42,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 \
cmsccoll.o cmsgtst.o \
cnmdptst.o cnormtst.o cnumtst.o cregrtst.o crestst.o creststn.o cturtst.o \
cucdtst.o cstrcase.o cutiltst.o encoll.o nucnvtst.o susctest.o nccbtst.o \
cucdtst.o cstrcase.o cutiltst.o encoll.o nucnvtst.o susctest.o nccbtst.o bocu1tst.o \
cbiditst.o cbididat.o dadrcoll.o eurocreg.o udatatst.o utf16tst.o utransts.o \
ncnvfbts.o ncnvtst.o putiltst.o cstrtest.o mstrmtst.o utf8tst.o ucmptst.o \
stdnmtst.o ctstdep.o usrchtst.o custrtrn.o trietest.o

File diff suppressed because it is too large Load Diff

View File

@ -21,12 +21,15 @@ void addTestEuroRegression(TestNode** root);
void addTestConverterFallBack(TestNode** root);
void addExtraTests(TestNode** root);
void addConvert(TestNode** root);
/* bocu1tst.c */
U_CFUNC void
addBOCU1Tests(TestNode** root);
void addConvert(TestNode** root)
{
addTestConvert(root);
addTestNewConvert(root);
addBOCU1Tests(root);
addTestConvertErrorCallBack(root);
addTestEuroRegression(root);
addTestConverterFallBack(root);

View File

@ -145,6 +145,10 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=.\bocu1tst.c
# End Source File
# Begin Source File
SOURCE=.\callcoll.c
# End Source File
# Begin Source File