freebsd-dev/usr.bin/dc/tests/Makefile
Alan Somers 0d119bab38 dc(1): fix modulo operations with fractional inputs
Our dc(1) has never correctly calculated remainders with fractional inputs.
Both bmod and bdivmod seem to have copy/pasted code from bdiv, which results
in the remainder having the wrong output scale.

PR:		162495
Reported by:	anonymous
Reviewed by:	pfg
Differential Revision:	https://reviews.freebsd.org/D13390
2017-12-07 02:08:55 +00:00

9 lines
94 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH= inout
ATF_TESTS_SH+= bcode
.include <bsd.test.mk>