On 10/22/2010 03:26 PM, Luiz Capitulino wrote:
On Thu, 21 Oct 2010 10:18:34 +0200
Paolo Bonzini<pbonz...@redhat.com>  wrote:

This is a small start from the autoconfy configure series.  Actually,
this part is almost completely new.  It cleans up the tests Makefile
so that the i386-linux-user testsuite's Makefile targets are more
easily extensible and can work wherever a compiler for i386 is
installed.  In the future this could be extended to ARM and
MIPS targets.

This is unrelated to this series, but something that would be very good to
have would be to move all check- programs to tests/ (or check/) and make them
part of 'make test' or introduce a new 'make check'.

Right, I thought about that too. The main hurdle is that: 1) right now almost every test in "make test" is failing; 2) the testsuite run by "make test" is very noisy, does not create logs, etc. If we could use autotest... :)

We could also have check-i386, check-qmp, etc. and check would simply call all of them.

Paolo

Reply via email to