mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 14:03:49 +03:00
tests: qemuxml2argv: remove unused DO_TEST_CAPS* macros
They are potentially useful at the moment, but we will be making things much more flexible Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
d68c9068c9
commit
0ea2bd054f
@ -845,16 +845,6 @@ mymain(void)
|
||||
# define DO_TEST_CAPS_LATEST_PARSE_ERROR(name) \
|
||||
DO_TEST_CAPS_ARCH_LATEST_FULL(name, "x86_64", FLAG_EXPECT_PARSE_ERROR, 0)
|
||||
|
||||
/**
|
||||
* The following test macros should be used only in cases when the tests require
|
||||
* testing of some non-standard combination of capability flags
|
||||
*/
|
||||
# define DO_TEST_CAPS_FULL(name, flags, parseFlags, ver) \
|
||||
DO_TEST_CAPS_ARCH(name, NULL, flags, parseFlags, GIC_NONE, "x86_64", ver)
|
||||
|
||||
# define DO_TEST_CAPS(name, ver) \
|
||||
DO_TEST_CAPS_FULL(name, 0, 0, ver)
|
||||
|
||||
# define DO_TEST_FULL(name, ...) \
|
||||
do { \
|
||||
static struct testInfo info = { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user