Test the output files against the RNG schema. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- tests/virschematest.c | 1 + 1 file changed, 1 insertion(+) 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" }, }; -- 2.38.1