Hi On Tue, Jul 18, 2017 at 4:16 AM, Alex Bennée <alex.ben...@linaro.org> wrote: > > Marc-André Lureau <marcandre.lur...@gmail.com> writes: > >> Hi >> >> On Mon, Jul 17, 2017 at 11:10 PM, Philippe Mathieu-Daudé >> <f4...@amsat.org> wrote: >>> Applied using the Coccinelle semantic patch >>> scripts/coccinelle/use_osdep.cocci >>> >>> Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> >>> --- >>> tests/tcg/alpha/test-cond.c | 2 +- >>> tests/tcg/alpha/test-ovf.c | 2 +- >>> 2 files changed, 2 insertions(+), 2 deletions(-) >>> >> >> I think those do not include osdep.h >> >> (sigh, tests/tcg would need some love ;) > > Pranith has had a couple of revs at this: > > Subject: [PATCH v5 00/19] Cleanup of TCG tests > Date: Thu, 1 Dec 2016 00:14:14 -0500 > Message-Id: <20161201051433.17168-1-bobby.pr...@gmail.com> > > We have the cross-compilers available as a fallback via docker although > not every one can seamlessly use it for building stuff. Is getting a > working cross-compiler setup too much of a hurdle fore those that want > to build cross-arch tests?
Yes, I also did some experiments in cleaning up tests/tcg (https://github.com/elmarco/qemu/tree/tcg-tests) The trouble is I don't see an official/automated way to run tests/tcg tests. Which cross-compiler should I use? When I played with this, they all had various quirks, on Fedora, Debian or crosstool-ng. I haven't looked at the docker tests, is this running tests/tcg test somehow?