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

2019-05-28 Thread Mark Rutland
On Tue, May 28, 2019 at 12:19:38PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, May 28, 2019 at 04:03:14PM +0100, Raphael Gault escreveu: > > In order to subsequently add more tests for the arm64 architecture > > we compile the tests target for arm64 systematically. > > Humm, the subject doesn

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

2019-05-28 Thread Arnaldo Carvalho de Melo
Em Tue, May 28, 2019 at 04:03:14PM +0100, Raphael Gault escreveu: > In order to subsequently add more tests for the arm64 architecture > we compile the tests target for arm64 systematically. Humm, the subject doesn't match the description? I.e. it _was_ unconditionally built, now it is only built

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

2019-05-28 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 --g