libvirt/tests/testutilsxen.h
Kiarie Kahurani 4ed5fb9193 tests: Tests for the xen-xl parser
Add disk and spice config tests for the xen_xl config parser

Signed-off-by: Kiarie Kahurani <davidkiarie4@gmail.com>
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
2015-01-14 08:28:50 -07:00

11 lines
179 B
C

#ifndef _TESTUTILSXEN_H_
# define _TESTUTILSXEN_H_
# include "capabilities.h"
virCapsPtr testXenCapsInit(void);
virCapsPtr testXLInitCaps(void);
#endif /* _TESTUTILSXEN_H_ */