summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 7083c684..1f73c272 100755
--- a/run/tests
+++ b/run/tests
@@ -12,6 +12,10 @@ dcpinfo=build/tools/dcpinfo
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:build/src:build/asdcplib/src
+for c in xmlsec1 xmldiff; do
+ hash $c 2>/dev/null || { echo >&2 "$c required but not found; aborting"; exit 1; }
+done
+
# Run the unit tests in test/
if [ "$1" == "--debug" ]; then
shift