[PATCH 15/27] tests/tcg: ARC: Add TCG instruction definition tests

Richard Henderson richard.henderson at linaro.org
Wed Apr 7 21:38:21 BST 2021


On 4/5/21 7:31 AM, cupertinomiranda at gmail.com wrote:
> From: Claudiu Zissulescu <claziss at synopsys.com>
> 
> The added tests verify basic instructions execution as well
> as more advanced features such as zero overhead loops interrupt
> system, memory management unit and memory protection unit.
> 
> Signed-off-by: Claudiu Zissulescu <claziss at synopsys.com>
> Signed-off-by: Cupertino Miranda <cmiranda at synopsys.com>
> ---
>   tests/Makefile.include                |   1 +
>   tests/tcg/arc/Makefile                | 114 ++++
>   tests/tcg/arc/Makefile.softmmu-target |  43 ++
>   tests/tcg/arc/Makefile.target         | 101 ++++

You shoud *only* need Makefile.softmmu-target.

The bare Makefile is (or should be) unused.
The Makefile.target is for arc-linux-user,
which you do not build.


r~



More information about the linux-snps-arc mailing list