tests/tcg: fix up test-i386-fprem.ref generation
commitbd2c0f67e1f9e4b90d3020d004bd8d8d6655e88c
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2019 10:48:02 +0000 (5 11:48 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 10 Jul 2019 09:31:20 +0000 (10 10:31 +0100)
tree935426ab74e6868ef27c6ef479b65e654693dfdc
parent6df2cdf44a82426f7a59dcb03f0dd2181ed7fdfa
tests/tcg: fix up test-i386-fprem.ref generation

We never shipped the reference data in the source tree because it's
quite big (64M). As a result the only option is to generate it
locally. Although we have a rule to generate the reference file we
missed the dependency and location changes, probably because it's only
run for SLOW test runs.

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