tests/tcg: enable cris base user-mode tests
commitd72132c02ebabf0c17986da865e3b15ba4dae1f5
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 6 Dec 2018 17:59:45 +0000 (6 17:59 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000 (12 17:05 +0000)
tree1dfc9932360b8c977dd1028375d2c35c2553487e
parentf17365f518ad1d25c370b613b1ab220753f38b7b
tests/tcg: enable cris base user-mode tests

This converts the existing Makefile into a Makefile.target and updates
it so it can be called by the tcg build system. The original Makefile
didn't set -cpu except for the v17 tests however that has broken (I
assume because linux-user is a "max" cpu) so here I force it to be
crisv17.

I've also replicated the GNU simulator targets (run-FOO-on-sim).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/Makefile.include
tests/tcg/cris/Makefile [deleted file]
tests/tcg/cris/Makefile.include [new file with mode: 0644]
tests/tcg/cris/Makefile.target [new file with mode: 0644]