1#ident "@(#)Makefile	1.4 19/03/27 "
2###########################################################################
3tests:		# Make "tests" the default target
4###########################################################################
5SRCROOT=	../..
6RULESDIR=	RULES
7include		$(SRCROOT)/$(RULESDIR)/rules.top
8###########################################################################
9
10tests:
11	cd shelltests && "$(MAKE)"
12	@echo "Watch for FAIL and XFAIL in the output"
13