
28 Oct
2009
28 Oct
'09
11:34 a.m.
On 10/28/2009 10:29 AM, Daniel Veillard wrote:
On Fri, Oct 16, 2009 at 12:35:14PM -0400, Cole Robinson wrote:
The results are hardcoded into the test driver, no option to read from a testfile is implemented at this time.
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- src/test/test_driver.c | 75 +++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 71 insertions(+), 4 deletions(-)
ACK, that's a good first step. Out of curiosity did you check make valgrind for leaks ?
Actually, I completely forgot we have 'make -C tests valgrind'. Running it revealed a leak, but not in any code I touched, so I pushed this series. I'll post a patch for the preexisting leak. Thanks, Cole