]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Add 'DO_TEST_NOCAPS' to replace 'DO_TEST("blah", NONE);'
authorPeter Krempa <pkrempa@redhat.com>
Tue, 17 Aug 2021 08:35:53 +0000 (10:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Aug 2021 08:20:48 +0000 (10:20 +0200)
commit5001e2e9e661fe4819a2e253dea05a839caad055
tree150a42266db3d63645fa7d6ed4847963ec31aeef
parenteace429e2df81ff5247ac766293bd66560c4e809
qemuxml2argvtest: Add 'DO_TEST_NOCAPS' to replace 'DO_TEST("blah", NONE);'

Add a explicit version of our test invocation macro for tests which use
no capabilities.

This reduces the usage of the somewhat anonymous 'NONE' macro and will
lead to simplification of the code later.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvtest.c