2003-07-31 12:40:56 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# "make" then "make regress".
|
|
|
|
#
|
|
|
|
PROG= bigpipetest
|
2004-12-21 08:47:35 +00:00
|
|
|
NO_MAN=
|
2003-07-31 12:40:56 +00:00
|
|
|
|
|
|
|
regress:
|
|
|
|
@if ./bigpipetest; then \
|
|
|
|
echo "PASS"; \
|
|
|
|
else \
|
|
|
|
echo "FAIL"; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|