home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / cbkittst.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.4 KB  |  31 lines

  1. /*
  2. *****************************************************************************************
  3. *                                                                                       *
  4. * COPYRIGHT:                                                                            *
  5. *   (C) Copyright Taligent, Inc.,  1996                                                 *
  6. *   (C) Copyright International Business Machines Corporation,  1999                    *
  7. *   Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
  8. *   US Government Users Restricted Rights - Use, duplication, or disclosure             *
  9. *   restricted by GSA ADP Schedule Contract with IBM Corp.                              *
  10. *                                                                                       *
  11. *****************************************************************************************
  12. ********************************************************************************
  13. *
  14. * File CBKITTST.C
  15. *
  16. * Modification History:
  17. *        Name                      Description            
  18. *     Madhu Katragadda               Creation
  19. *********************************************************************************
  20. */
  21. #include "cintltst.h"
  22.  
  23. void addBrkIterAPITest(TestNode**);
  24. void addBrkIterRegrTest(TestNode**);
  25.  
  26. void addBreakIter(TestNode** root)
  27. {
  28.     addBrkIterAPITest(root);
  29.     addBrkIterRegrTest(root);
  30. }
  31.