summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Tests: tuktest.h: Add malloc wrapper with automatic freeing.Lasse Collin2022-06-161-0/+124
* Tests: tuktest.h: Move a function.Lasse Collin2022-06-161-22/+22
* Tests: test_vli: Remove an invalid test-assertion.Lasse Collin2022-06-141-2/+0
* Tests: test_vli: Add const where appropriate.Lasse Collin2022-06-141-25/+28
* Created tests for all functions exported in vli.hJia Tan2022-06-142-1/+311
* Tests: Use good-1-empty-bcj-lzma2.xz in test_bcj_exact_size.Lasse Collin2022-06-141-12/+7
* Tests: Add file reading helpers to tuktest.h.Lasse Collin2022-06-141-7/+176
* Tests: tuktest.h: Move a printf from a macro to a helper function.Lasse Collin2022-06-141-8/+18
* Tests: Add test file good-1-empty-bcj-lzma2.xz.Lasse Collin2022-06-142-0/+5
* Tests: Created tests for hardware functions.Jia Tan2022-06-102-0/+47
* Tests: Convert test_check to tuktest.Lasse Collin2022-06-021-34/+33
* Tests: Convert test_block_header to tuktest.Lasse Collin2022-06-021-37/+52
* Tests: Convert test_bcj_exact_size to tuktest.Lasse Collin2022-06-021-34/+41
* Tests: Include tuktest.h in tests.h.Lasse Collin2022-06-021-24/+23
* Tests: Add tuktest.h mini-test-framework.Lasse Collin2022-06-022-0/+753
* Tests: Split test_compress.sh into separate test unit for each file.Lasse Collin2022-05-237-40/+77
* Test: Make create_compress_files.c a little more flexible.Lasse Collin2022-05-231-10/+15
* Tests: Remove unneeded commented lines from test_compress.sh.Lasse Collin2022-05-231-13/+0
* Tests: Remove progress indicator from test_compress.sh.Lasse Collin2022-05-231-9/+0
* Tests: Add bad-1-lzma2-11.xz.Lasse Collin2022-02-202-0/+5
* Tests: Add bad-1-lzma2-10.xz and also modify -9.xz.Lasse Collin2021-01-243-2/+9
* Tests: Add bad-1-lzma2-9.xz.Lasse Collin2021-01-242-0/+4
* Tests: Add bad-1-check-crc32-2.xz.Lasse Collin2021-01-242-0/+7
* Use $(LIB_FUZZING_ENGINE) in tests/ossfuzz/Makefile.Lasse Collin2020-01-191-1/+1
* Rename unaligned_read32ne to read32ne, and similarly for the others.Lasse Collin2019-12-312-5/+5
* Tests: Hopefully fix test_check.c to work on EBCDIC systems.Lasse Collin2019-12-291-2/+7
* Tests: Silence warnings from clang -Wassign-enum.Lasse Collin2019-06-252-2/+3
* Tests: Silence a warning from -Wsign-conversion.Lasse Collin2019-06-241-4/+4
* Tests: Remove a duplicate branch from tests/tests.h.Lasse Collin2019-06-241-7/+2
* Tests: Add a fuzz test program and a config file for OSS-Fuzz.Lasse Collin2018-11-025-0/+94
* Tests: Add tests for the two bugs fixed in index.c.Lasse Collin2015-10-121-0/+30
* Tests: Fix a memory leak in test_bcj_exact_size.Lasse Collin2015-05-131-0/+1
* Tests: Don't hide unexpected error messages in test_files.sh.Lasse Collin2015-01-061-2/+2
* xzgrep: List xzgrep_expected_output in tests/Makefile.am.Lasse Collin2014-06-131-1/+2
* xzgrep: Improve the test script.Lasse Collin2014-06-133-11/+55
* xzgrep: Add a test for the previous fix.Lasse Collin2014-06-111-4/+22
* Tests: Remove tests/test_block.c that had gotten committed accidentally.Lasse Collin2012-07-051-52/+0
* liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.Lasse Collin2012-05-282-1/+115
* Tests: Fix a compiler warning with _FORTIFY_SOURCE.Lasse Collin2012-01-101-1/+2
* Build: Fix "make check" on Windows.Lasse Collin2011-09-061-2/+5
* Run the scripts with the correct shell in test_scripts.sh.Lasse Collin2011-08-061-4/+4
* Fix exit status of "xzdiff foo.xz bar.xz".Lasse Collin2011-07-312-1/+57
* Tests: Add a test file for the bug in the previous commit.Lasse Collin2011-05-282-0/+4
* Tests: Add a new file to test empty LZMA2 streams.Lasse Collin2011-03-312-0/+4
* test_files.sh: Fix the first line.Lasse Collin2010-10-101-1/+1
* Make tests accommodate missing xz or xzdec.Lasse Collin2010-10-082-19/+56
* Build: Remove the static/dynamic tricks.Lasse Collin2010-10-051-4/+1
* Adjust memory limits in test_compress.shJonathan Nieder2010-09-041-1/+1
* Fix test_compress.sh.Lasse Collin2010-08-101-3/+3
* Remove references to the Subblock filter in xz and tests.Lasse Collin2010-05-271-23/+0