Home | History | Annotate | Download | only in tests

Lines Matching refs:xz

14 # $2 = directory of the xz and xzdec executables
16 XZ=${2:-../src/xz}/xz
19 # If xz wasn't built, this test is skipped.
20 if test ! -x "$XZ"; then
21 echo "xz was not built, skipping this test."
50 if $XZ -c "$@" "$FILE" > "$TMP_COMP"; then
57 if $XZ -cd "$TMP_COMP" > "$TMP_UNCOMP" ; then
90 # Set memory usage limit for xz. xzdec has no memory usage limiter.
94 XZ="$XZ --memlimit-compress=48MiB --memlimit-decompress=5MiB \