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

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

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