summaryrefslogtreecommitdiff
path: root/regress/bin/test/Makefile
blob: 6d77158cf0c6a9e1335319da78819f0d5a39e6fb (plain)
1
2
3
4
5
6
7
8
# $OpenBSD: Makefile,v 1.1 2011/07/09 03:58:12 nicm Exp $

REGRESS_TARGETS=	run_test

run_test:
	test=/bin/test /bin/sh TEST.sh >/dev/null

.include <bsd.regress.mk>