tests/Makefile.include: test all rounding modes of softfloat
commitbf30e8662cd2ee8b750945591cb34a31784fb994
authorAlex Bennée <alex.bennee@linaro.org>
Sun, 24 Feb 2019 15:11:01 +0000 (24 15:11 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 26 Feb 2019 14:08:03 +0000 (26 14:08 +0000)
tree73ff549a1eed2d2a979132f59bf60a9c208ca345
parent5d64abb32ffe558e616545819f3e53dd66335994
tests/Makefile.include: test all rounding modes of softfloat

We missed a bug in a recent patch as we were not testing all the
rounding modes for all operations. However enabling all rounding modes
for mulAdd does slow down the already slowest test and doesn't really
buy us much additional coverage so lets allow the default test flags
to be overridden.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
tests/Makefile.include