Add xmllint to the tools check.
authorCarl Hetherington <cth@carlh.net>
Fri, 3 Jul 2020 20:54:44 +0000 (22:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 3 Jul 2020 20:54:44 +0000 (22:54 +0200)
run/tests

index 48745f1db7206f9751d99915eef7ed9610aeb076..f5dc7746bbdfddada832574bb995b8e798f070e8 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -12,7 +12,7 @@ dcpinfo=build/tools/dcpinfo
 export LD_LIBRARY_PATH=build/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
 
 # Make sure we have the required tools
-for c in xmlsec1 xmldiff; do
+for c in xmlsec1 xmldiff xmllint; do
   hash $c 2>/dev/null || { echo >&2 "$c required but not found; aborting"; exit 1; }
 done