#
# Enhydra Makefile for use with CIMOM
#
# $Id: Makefile,v 1.1 2003/07/17 18:32:55 kumpf Exp $
#

MODROOT = ../..

PACKAGEDIR = tests

CLASSES = 

SUBDIRS = ClientUnitTests ProviderClientTest TestClient IndTests

include $(MODROOT)/config.mk

include ${STDRULES}

