xref: /openbsd-src/regress/lib/libm/trivial1/Makefile (revision 8b1f9e107548ee97148be36ba623cb8b8565b2df)
1
2PERL=perl
3REGRESS_TARGETS=test-fp
4
5test-fp: test-fp.pl
6	${PERL} ${.CURDIR}/$@.pl | diff -u - ${.CURDIR}/test-fp.out
7
8.include <bsd.regress.mk>
9