Re: [PATCH 1/7] perf: arm64: Compile tests unconditionally

2019-06-11 Thread Mark Rutland
On Tue, Jun 11, 2019 at 11:23:56AM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jun 11, 2019 at 03:09:07PM +0100, Mark Rutland escreveu: > > On Tue, Jun 11, 2019 at 01:53:09PM +0100, Raphael Gault wrote: > > > In order to subsequently add more tests for the arm64 architecture > > > we compile

Re: [PATCH 1/7] perf: arm64: Compile tests unconditionally

2019-06-11 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 11, 2019 at 03:09:07PM +0100, Mark Rutland escreveu: > On Tue, Jun 11, 2019 at 01:53:09PM +0100, Raphael Gault wrote: > > In order to subsequently add more tests for the arm64 architecture > > we compile the tests target for arm64 systematically. > > Given prior questions regarding

Re: [PATCH 1/7] perf: arm64: Compile tests unconditionally

2019-06-11 Thread Mark Rutland
On Tue, Jun 11, 2019 at 01:53:09PM +0100, Raphael Gault wrote: > In order to subsequently add more tests for the arm64 architecture > we compile the tests target for arm64 systematically. Given prior questions regarding this commit, it's probably worth spelling things out more explicitly, e.g.

[PATCH 1/7] perf: arm64: Compile tests unconditionally

2019-06-11 Thread Raphael Gault
In order to subsequently add more tests for the arm64 architecture we compile the tests target for arm64 systematically. Signed-off-by: Raphael Gault --- tools/perf/arch/arm64/Build | 2 +- tools/perf/arch/arm64/tests/Build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff