mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
8cf0ed02be
This patch adds a relaxng nwfilter schema along with a test that verifies all the test output XML against the schema. The input XMLs contain a lot of intentional out-of-range values that make them fail the schema verification, so I am not verifying against those.
17 lines
250 B
Makefile
17 lines
250 B
Makefile
|
|
|
|
schemadir = $(pkgdatadir)/schemas
|
|
schema_DATA = \
|
|
domain.rng \
|
|
interface.rng \
|
|
network.rng \
|
|
secret.rng \
|
|
storageencryption.rng \
|
|
storagepool.rng \
|
|
storagevol.rng \
|
|
nodedev.rng \
|
|
capability.rng \
|
|
nwfilter.rng
|
|
|
|
EXTRA_DIST = $(schema_DATA)
|