# This Makefile builds the demo programs.

PROGRAMS    = tashtest
CLEAN_FILES = *.actual $(PROGRAMS)

include ../Makefile.common

test :
	-tashtest tashtest.tcl | tee tashtest.actual
	@diff tashtest.expected tashtest.actual
	@echo Test PASSED
