summaryrefslogtreecommitdiffstats
path: root/tools/regression/pipe/Makefile
blob: cf732538b2559ab6df3a4ee858b03673f01b66f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $FreeBSD$
#
# "make" then "make regress".
#
PROG=	bigpipetest
NO_MAN=

regress:
	@if ./bigpipetest; then \
		echo "PASS"; \
	else \
		echo "FAIL"; \
	fi

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud