On 03/15/12 18:21, Stefan Weil wrote: > Am 15.03.2012 09:06, schrieb Stefan Hajnoczi: >> QEMU has grown a number of sanity tests that can be run using "make >> check". They are fast and do not require many resources. >> >> Is it possible to add "make check" after the build? >> >> We may have to deal with some failures in the beginning - either due to >> buildslave environment or legitimate broken platforms. But I think we >> can get all green pretty easily. >> >> Stefan > > You can combine build and check by running "make all check".
It is useful to keep them as separate steps though as the error mails can tell you then which step failed. cheers, Gerd
