"Daniel P. Berrange" <berrange(a)redhat.com> wrote:
The test suite files contain alot of boilerplate duplicated code.
With a
few more macros I can significantly cut down the size of the test code.
I also change abs_top_srcdir to abs_srcdir, and automatically initialize
it to 'getcwd' if the env variable is missing. This lets me run the test
cases directly, rather than having to go via 'make check'.
Nice work.
All looks fine.