NetBSD/regress/lib/libc/ldexp/Makefile

17 lines
272 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2002/09/18 05:41:39 lukem Exp $
1999-08-30 21:03:16 +04:00
2001-12-12 04:23:59 +03:00
NOMAN= # defined
PROG= ldexp
2001-12-12 04:23:59 +03:00
CLEANFILES+= output
1999-08-30 21:03:16 +04:00
regress: ${PROG}
@./${PROG} >output
@if ! cmp -s ${.CURDIR}/expected output; then \
echo "FAILED"; \
else \
echo "PASSED"; \
fi
.include <bsd.prog.mk>