summaryrefslogtreecommitdiffstats
path: root/tools/regression/pipe/Makefile
blob: 9d223735349174ca1b564d214ffb08ee1ed6c0a0 (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=

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

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