libvirt/tests/networkschematest
Cole Robinson 39a7be470c tests: Break out duplicate schema verification functionality.
All schema tests have identical functionality, so avoid the duplication.
2009-10-16 10:21:46 -04:00

10 lines
134 B
Bash
Executable File

#!/bin/sh
source ./schematestutils.sh
DIRS="../src/network networkschemadata"
SCHEMA="network.rng"
check_schema "$DIRS" "$SCHEMA"