HomeSort by: relevance | last modified time | path
    Searched refs:xzdec (Results 1 - 3 of 3) 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=
  /src/external/public-domain/xz/dist/macosx/
build.sh 35 ../configure --disable-dependency-tracking --disable-xzdec --disable-lzmadec $GTT
52 make -C src/xzdec
53 make -C src/xzdec DESTDIR=`pwd`/Root install
74 for bin in xz lzmainfo xzdec lzmadec; do
86 rmdir debug lib po src/liblzma/api src/liblzma src/lzmainfo src/scripts src/xz src/xzdec src tests

Completed in 128 milliseconds