#==============================================================================
#                                tests/Makefile
#------------------------------------------------------------------------------
# Makefile to run Tcl-SIPP tests.
#------------------------------------------------------------------------------
# $Id: Makefile,v 3.0 1993/01/20 06:42:41 markd Rel $
#==============================================================================

include ../Config.mk

SHELL=/bin/sh

#-----------------------------------------------------------------------------

all:
	@echo "To run tests do a 'make test'"

#-----------------------------------------------------------------------------

test:
	../tsipp all

#-----------------------------------------------------------------------------

clean: 
	rm -f *.rle *.ppm *.pbm core

