freebsd-dev/tools/regression/pipe/Makefile

17 lines
184 B
Makefile
Raw Normal View History

#
# $FreeBSD$
#
# "make" then "make regress".
#
PROG= bigpipetest
NOMAN= yes
regress:
@if ./bigpipetest; then \
echo "PASS"; \
else \
echo "FAIL"; \
fi
.include <bsd.prog.mk>