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

MISCFILES = test_text.p test_sym.p test_enum.p

HDRS1 = 

SRCS1 = test_Symbol.$(CXX) tsymbols.$(CXX)

OBJS1 = test_Symbol.$(OBJ) tsymbols.$(OBJ)

TestAll1(test_Symbol)
TestCPlusObject()
CoolProgram1(test_Symbol)

UserSymbolSetup(test_sym.p)
UserSymbolSetup(test_enum.p)
UserSymbolSetup(test_text.p)

