aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_files.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_files.sh b/tests/test_files.sh
index 2ea9328b..b550b757 100755
--- a/tests/test_files.sh
+++ b/tests/test_files.sh
@@ -15,6 +15,7 @@ XZDEC=../src/xzdec/xzdec
test -x "$XZ" || XZ=
test -x "$XZDEC" || XZDEC=
if test -z "$XZ$XZDEC"; then
+ echo "xz and xzdec were not built, skipping this test."
exit 77
fi