NetBSD/regress/lib/libc/context/Makefile
drochner 10c161f94c add a test of get/make/setcontext, also checking context linking
via uc_link and argument passing to the new context
2004-02-28 16:55:05 +00:00

15 lines
209 B
Makefile

# $NetBSD: Makefile,v 1.1 2004/02/28 16:55:05 drochner Exp $
NOMAN= # defined
PROG= context
regress: ${PROG}
@if ./${PROG}; then \
echo "PASSED"; \
else \
echo "FAILED"; \
fi
.include <bsd.prog.mk>