~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to tests/testutils.h

Tags: upstream-0.6.4
Import upstream version 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#ifndef __VIT_TEST_UTILS_H__
12
12
#define __VIT_TEST_UTILS_H__
13
13
 
 
14
#include <stdio.h>
 
15
 
14
16
double virtTestCountAverage(double *items,
15
17
                            int nitems);
16
18
 
25
27
                                 char **buf,
26
28
                                 int buflen);
27
29
 
 
30
int virtTestClearLineRegex(const char *pattern,
 
31
                           char *string);
28
32
 
29
33
int virtTestDifference(FILE *stream,
30
34
                       const char *expect,