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

  /xsrc/external/mit/brotli/dist/tests/
Makefile 0 #brotli/tests
3 BROTLI = ..
12 $(MAKE) -C $(BROTLI) brotli
16 rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}br
17 $(MAKE) -C $(BROTLI)/tools clean
roundtrip_test.sh 3 # Roundtrip test for the brotli command-line tool.
5 # The first argument may be a wrapper for brotli, such as 'qemu-arm'.
10 BROTLI="${BROTLI_WRAPPER} bin/brotli"
28 $BROTLI -fq $quality $file -o $compressed
29 $BROTLI $compressed -fdo $uncompressed
32 cat $file | $BROTLI -cq $quality | $BROTLI -cd >$uncompressed
compatibility_test.sh 3 # Test that the brotli command-line tool can decompress old brotli-compressed
6 # The first argument may be a wrapper for brotli, such as 'qemu-arm'.
11 BROTLI="${BROTLI_WRAPPER} bin/brotli"
19 $BROTLI $file -fdo $uncompressed
22 cat $file | $BROTLI -dc > $uncompressed

Completed in 4 milliseconds