On Wed, 19 Dec 2007, Paolo Bonzini wrote: > > Here's what I have so far, not yet committed. > > Very nice, thanks.
I committed it with the following changes. > I wonder if some parts can be taken out of AT_CHECKs and > executed "naked", in order to trim down the size of the testsuite and to make > it faster too. I changed AT_BISON_CHECK_XML to invoke mkdir, cp, and rm without AT_CHECK. That reduced the test suite run time by about 6% on my system, and it reduced the script size by about 17%. I'm not sure the time reduction is significant enough to impact the decision of whether to merge "make maintainer-xml-check" with "make check". Even so, it does seem like a worthwhile change. Thanks.
