]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Moving the tests' integer reading functions to test_utils. (#2410)
authorljdarj <ljd@luigiscorner.mu>
Sun, 17 Nov 2024 01:42:27 +0000 (02:42 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Nov 2024 01:42:27 +0000 (17:42 -0800)
commite37d3781862573b79a76fec9dc374417e50a33c4
tree70dcf9958dad2f182e49c41ed1bb9aeb5ff6f428
parentd60f3ea1b3bfd9f1dcd4040de9fca53fbedd829a
Moving the tests' integer reading functions to test_utils. (#2410)

Moving the tests' integer reading functions to test_utils so that they
all use the same as well as moving the few using the archive_endian
functions over to the test_utils helper.

Follow-up from libarchive#2390.
12 files changed:
libarchive/test/test_read_format_rar5.c
libarchive/test/test_write_format_zip64_stream.c
libarchive/test/test_write_format_zip_compression_bzip2.c
libarchive/test/test_write_format_zip_compression_lzmaxz.c
libarchive/test/test_write_format_zip_compression_store.c
libarchive/test/test_write_format_zip_compression_zstd.c
libarchive/test/test_write_format_zip_entry_size_unset.c
libarchive/test/test_write_format_zip_file.c
libarchive/test/test_write_format_zip_file_zip64.c
libarchive/test/test_write_format_zip_stream.c
test_utils/test_utils.c
test_utils/test_utils.h