ICU-2075 update readme for running tools

X-SVN-Rev: 11645
This commit is contained in:
Ram Viswanadha 2003-04-23 21:20:37 +00:00
parent ace4fe60cf
commit c2dc82eb5c

View File

@ -18,5 +18,10 @@ iii) cd to <icu>/source/test/unalignedtest and run 'make' to build the executabl
iv) For testing cintltst run 'make check-cintltst'
v) for testing intltest run 'make check-intltest'
v) For testing intltest run 'make check-intltest'
vi) To find out if any of the tools are performing unaligned traps:
a) cd to <icu>/source/data
b) run 'make clean'
c) run 'env LEAK_CHECKER="<icu>/source/test/unalignedtest/unalignedtest -b" make'