1# $OpenBSD: Makefile,v 1.4 2003/03/09 06:00:58 david Exp $ 2 3CLEANFILES+= in in1 out xx -k xsort linecount fields 4 5REGRESS_TARGETS=do-stests 6 7# XXX - should be split up in this makefile, not in the script. 8# XXX - script doesn't return non-0 on failure. 9do-stests: ${.CURDIR}/stests 10 sh ${.CURDIR}/stests 11 12.include <bsd.regress.mk> 13