blob: abf1ca7316b9426c2badc8e16167dab861df90c4 [file] [log] [blame]
/*
*****************************************************************************************
* *
* COPYRIGHT: *
* (C) Copyright Taligent, Inc., 1996 *
* (C) Copyright International Business Machines Corporation, 1999 *
* Licensed Material - Program-Property of IBM - All Rights Reserved. *
* US Government Users Restricted Rights - Use, duplication, or disclosure *
* restricted by GSA ADP Schedule Contract with IBM Corp. *
* *
*****************************************************************************************
********************************************************************************
*
* File CBKITTST.C
*
* Modification History:
* Name Description
* Madhu Katragadda Creation
*********************************************************************************
*/
#include "cintltst.h"
void addBrkIterAPITest(TestNode**);
void addBrkIterRegrTest(TestNode**);
void addBreakIter(TestNode** root)
{
addBrkIterAPITest(root);
addBrkIterRegrTest(root);
}