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

HDRS1 = 
HDRS2 = 
HDRS3 = 
HDRS4 = 

SRCS1 = test_nodes.$(CXX)
SRCS2 = test_AVL.$(CXX)
SRCS3 = test_BT.$(CXX)
SRCS4 = test_NT.$(CXX)

OBJS1 = test_nodes.$(OBJ)
OBJS2 = test_AVL.$(OBJ)
OBJS3 = test_BT.$(OBJ)
OBJS4 = test_NT.$(OBJ)

TestAll4(test_nodes, test_AVL, test_BT, test_NT)
TestCPlusObject()
CoolProgram1(test_nodes)
CoolProgram2(test_AVL)
CoolProgram3(test_BT)
CoolProgram4(test_NT)
