mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-16 02:13:40 -06:00
10 lines
134 B
Bash
Executable File
10 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./schematestutils.sh
|
|
|
|
DIRS="../src/network networkschemadata"
|
|
SCHEMA="network.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|
|
|