1
2PROG=  stackpivot
3
4run-regress-${PROG}: ${PROG}
5	rm -f ./${PROG}.core
6	ulimit -c unlimited && ! ./${PROG}
7	if [ ! -e ./${PROG}.core ]; then echo "No coredump"; false; fi
8
9.include <bsd.regress.mk>
10