From: Peter Krempa Date: Mon, 22 Aug 2022 11:39:26 +0000 (+0200) Subject: virschematest: Test 'nodedevxml2xmlout' directory X-Git-Tag: v8.10.0-rc1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696aa32e145955c9a37f0e072ebe5d8866cb0596;p=thirdparty%2Flibvirt.git virschematest: Test 'nodedevxml2xmlout' directory Test the output files against the RNG schema. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/tests/virschematest.c b/tests/virschematest.c index cae502a338..3c91bd37bb 100644 --- a/tests/virschematest.c +++ b/tests/virschematest.c @@ -280,6 +280,7 @@ static const struct testSchemaEntry schemaNetworkport[] = { static const struct testSchemaEntry schemaNodedev[] = { { .dir = "tests/nodedevschemadata" }, + { .dir = "tests/nodedevxml2xmlout" }, { .file = "examples/xml/test/testdev.xml" }, };