# $Id: Makefile,v 1.5 2001/07/28 22:33:34 richdawe Exp $
#
# Makefile for zippo's test suite - missing zip tests
# Copyright (C) 2000, 2001 by Richard Dawe
#

TOP = ../../..
include ../../Makefile.tst

default:
	@echo ===============
	@rm -f missing.res
	@-$(SHELL) -c \
		'$(ZIPPO) $(ZIPPOOPT) --install missing.dsm -n 1>/dev/null 2>missing.res'
	@diff -c missing.res missing.exp
	@echo PASSED: missing
	@echo ===============

clean:
	rm -f missing.res

distclean:
