HomeSort by: relevance | last modified time | path
    Searched refs:XZDEC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
test_files.sh 12 # If both xz and xzdec were not build, skip this test.
14 XZDEC=../src/xzdec/xzdec
16 test -x "$XZDEC" || XZDEC=
17 if test -z "$XZ$XZDEC"; then
32 if test -z "$XZDEC" || "$XZDEC" "$I" > /dev/null; then
49 if test -n "$XZDEC" && "$XZDEC" "$I" > /dev/null 2>&1; the
    [all...]
test_compress.sh 54 if test -n "$XZDEC" ; then
55 if $XZDEC tmp_compressed > tmp_uncompressed ; then
79 XZDEC="../src/xzdec/xzdec" # No memory usage limiter available
80 test -x ../src/xzdec/xzdec || XZDEC=

Completed in 23 milliseconds