scuffed-code/icu4c/source/test/unalignedtest
Vladimir Weinstein 89628f1df9 ICU-2107 added copyright notices
X-SVN-Rev: 10722
2002-12-18 08:31:34 +00:00
..
Makefile.in ICU-2514 add unalignedtest 2002-11-20 22:13:57 +00:00
readme ICU-2107 added copyright notices 2002-12-18 08:31:34 +00:00
unaligned.c ICU-2514 add unalignedtest 2002-11-20 22:13:57 +00:00

Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
Unalignedtest
=============

This is a test to find if ICU is 64 bit clean. This test runs cintltst and intltest through gdb and produces SIGBUS fault
whenever the kernel encounters a unaligned trap. 

Build and Usage
==================
To build this test:

i)   Build and test ICU

ii)  cd to <icu>/source and run the following command to build the Makefile
CONFIG_FILES=./test/unalignedtest/Makefile CONFIG_HEADERS= ./config.status

iii) cd to <icu>/source/test/unalignedtest and run 'make' to build the executable

iv) For testing cintltst run 'make check-cintltst'

v) for testing intltest run 'make check-intltest'