mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
1a01e8792c
Include the XML files under tests/xlconfigdata in the domain schema tests
16 lines
436 B
Bash
Executable File
16 lines
436 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=$(dirname $0)}
|
|
. $srcdir/test-lib.sh
|
|
. $abs_srcdir/schematestutils.sh
|
|
|
|
DIRS=""
|
|
DIRS="$DIRS domainschemadata qemuargv2xmldata qemuxml2argvdata sexpr2xmldata"
|
|
DIRS="$DIRS xmconfigdata xml2sexprdata qemuxml2xmloutdata"
|
|
DIRS="$DIRS lxcxml2xmldata lxcxml2xmloutdata"
|
|
DIRS="$DIRS bhyvexml2argvdata genericxml2xmlindata genericxml2xmloutdata"
|
|
DIRS="$DIRS xlconfigdata"
|
|
SCHEMA="domain.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|