/*****************************************************************************
//
// 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/Rational/tests
 *	Purpose: Imakefile for cool/Rational unit test module
 *	Creation Date: 10/11/90
 *
 *****************************************************************************/

HDRS1 = 

SRCS1 = test_Rat.$(CXX)

OBJS1 = test_Rat.$(OBJ)

TestAll1(test_Rat)
TestCPlusObject()
CoolProgram1(test_Rat)
