Hi Alex, On Wed, Jun 03, 2020 at 11:25:36AM +0100, Alex Bennée wrote: > > Bastian Koppelmann <kbast...@mail.uni-paderborn.de> writes: > > > Hi Alex, > > > > I have some time again to integrate my tcg tests patch for TriCore [1]. > > However, > > I'm struggeling a bit to get through the details of the Makefiles. I'm > > assuming > > the right rule to run is 'make check-tcg'. I tried running that for > > xtensa-softmmu, arm-softmmu, and aarch64-softmmu, but they are always > > skipped. > > Digging into the Makefiles I found that there is some way to use the > > dockerfiles > > to run the test. Can someone elighten me on how to properly use this? > > The configure script in tests/tcg/configure.sh will probe for available > cross compilers (or take a passed in one). Failing that you can fall > back to a docker image which has the compilers included. > > The result should end up in: > $(BUILD_DIR)/tests/tcg/config-$(PROBE_TARGET).mak
that file did not get generated, as I didn't add TriCore to tests/tcg/configure.sh Thanks for the quick help. I have sent the TriCore tcg-tests series to the list. Cheers, Bastian