On Thu, May 22, 2008 at 06:28:25PM +0100, Daniel P. Berrange wrote:
> This patch adds more helper functions to the tests/testutils.c file which
> make it trivial to verify OOM handling in our test suites.
>
> It provides a virtTestMain() function which is the main driver. This is
> given the orig
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote:
> This patch adds more helper functions to the tests/testutils.c file which
> make it trivial to verify OOM handling in our test suites.
Very nice!
ACK
> diff -r 9f962ac84b09 tests/oomtrace.pl
> --- /dev/null Thu Jan 01 00:00:00 1970 +
> +++ b/
This patch adds more helper functions to the tests/testutils.c file which
make it trivial to verify OOM handling in our test suites.
It provides a virtTestMain() function which is the main driver. This is
given the original argc, argv and a function callback representing the
test suite to run. N