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

PERL=perl
REGRESSTARGETS=test-fp

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

.include <bsd.regress.mk>