/*****************************************************************************
//
// Copyright (C) 1991 Texas Instruments Incorporated.
//
// Permission is granted to any individual or institution to use, copy, modify,
// and distribute this software, provided that this complete copyright and
// permission notice is maintained, intact, in all copies and supporting
// documentation.
//
// Texas Instruments Incorporated provides this software "as is" without
// express or implied warranty.
//
 *****************************************************************************
 *
 *	Filename: Imakefile
 *	Module: cool/String/tests
 *	Purpose: Imakefile for cool/String unit test module
 *	Creation Date: 10/11/90
 *
 *****************************************************************************/

HDRS1 = 
HDRS2 = 
HDRS3 = 

SRCS1 = test_String.$(CXX)
SRCS2 = test_GS.$(CXX)
SRCS3 = test_char.$(CXX)

OBJS1 = test_String.$(OBJ)
OBJS2 = test_GS.$(OBJ)
OBJS3 = test_char.$(OBJ)

TestAll3(test_String, test_GS, test_char)
TestCPlusObject()
CoolProgram1(test_String)
CoolProgram2(test_GS)
CoolProgram3(test_char)
