On 5/31/22 11:05, Laurent Vivier wrote:
Hmm. That will completely hide trapcc -- you should have seen the new test case fail
(and if not, the test case needs fixing).
I ran "make check", thinking the test is run, and saw no failure...
and if I run "make check-tcg", I have:
make: Nothing to be done for 'check-tcg'.
so what is the command to run the test?
make check-tcg.
If you get "nothing to be done", configure has not detected any cross-compilers (via
docker or installed locally). We usually list detected cross compilers at configure time.
That's currently broken, but I saw Alex has a fix queued.
r~