mirror of https://git.tukaani.org/xz.git
dcc02a6ca0
Add a new optional second argument: directory of the xz and xzdec
executables. This is need with the CMake build where the binaries
end up in the top-level build directory.
If ../config.h doesn't exist, assume that all encoders and decoders
are available. This will make this script usable from CMake in the
most common build configuration.
NOTE: Since the existence of ../config.h is checked, the working
directory of the test script must be a subdir in the build tree!
Otherwise ../config.h would look outside the build tree.
Use the default check type instead of forcing CRC32 or CRC64.
Now the script doesn't need to check if CRC64 is available.
(cherry picked from commit
|
||
---|---|---|
.. | ||
files | ||
ossfuzz | ||
Makefile.am | ||
code_coverage.sh | ||
create_compress_files.c | ||
test_bcj_exact_size.c | ||
test_block_header.c | ||
test_check.c | ||
test_compress.sh | ||
test_compress_generated_abc | ||
test_compress_generated_random | ||
test_compress_generated_text | ||
test_files.sh | ||
test_filter_flags.c | ||
test_filter_str.c | ||
test_hardware.c | ||
test_index.c | ||
test_index_hash.c | ||
test_lzip_decoder.c | ||
test_memlimit.c | ||
test_microlzma.c | ||
test_scripts.sh | ||
test_stream_flags.c | ||
test_suffix.sh | ||
test_vli.c | ||
tests.cmake | ||
tests.h | ||
tuktest.h | ||
xzgrep_expected_output |