summaryrefslogtreecommitdiff
path: root/regress/lib/libm/trivial1/Makefile
blob: 5878823f1edb906128ecd5c490a0a30360f64787 (plain)
1
2
3
4
5
6
7
8

PERL=perl
REGRESS_TARGETS=test-fp

test-fp: test-fp.pl
	${PERL} ${.CURDIR}/$@.pl | diff -u - ${.CURDIR}/test-fp.out

.include <bsd.regress.mk>