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

HDRS1 = 
HDRS2 = 

SRCS1 = test_DT.$(CXX)
SRCS2 = test_Timer.$(CXX)

OBJS1 = test_DT.$(OBJ)
OBJS2 = test_Timer.$(OBJ)

TestAll2(test_DT,test_Timer)
TestCPlusObject()
CoolProgram1(test_DT)
CoolProgram2(test_Timer)
