ICU-1864 add tests for BOCU-1: compare ICU and reference implementations
X-SVN-Rev: 8711
This commit is contained in:
parent
262ea89f0b
commit
8f67b83ff7
@ -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
|
||||
|
1012
icu4c/source/test/cintltst/bocu1tst.c
Normal file
1012
icu4c/source/test/cintltst/bocu1tst.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user