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

HDRS1 = 

SRCS1 = test_List.$(CXX) test_List1.$(CXX) test_List2.$(CXX) \
	test_List3.$(CXX) test_List4.$(CXX) 

OBJS1 = test_List.$(OBJ) test_List1.$(OBJ) test_List2.$(OBJ) \
	test_List3.$(OBJ) test_List4.$(OBJ)

TestAll1(test_List)
TestCPlusObject()
CoolProgram1(test_List)
