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

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

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