aboutsummaryrefslogtreecommitdiff
path: root/tests/test_memlimit.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-19Tests: Fix a warning in test_memlimit.c when decoders are disabled.Lasse Collin1-0/+3
2022-10-06Tests: Fix compilation issues.Jia Tan1-1/+15
test_bcj_exact_size, test_check, test_hardware, and test_index will all now compile and skip properly if encoders or decoders are disabled. Also fixed a small typo (disabed -> disabled). Thanks to Sebastian Andrzej Siewior.
2022-10-05Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED.Lasse Collin1-0/+1
2022-10-05Tests: Fix compilation error when threading support has been disabled.Jia Tan1-0/+4
Now tests that require threading are skipped when threading support has been disabled. Thanks to Sebastian Andrzej Siewior.
2022-09-28Tests: Add test_memlimit.c to test restarting after LZMA_MEMLIMIT_ERROR.Lasse Collin1-0/+151
2008-11-25Remove the nowadays unneeded memory limitting malloc() wrapper.Lasse Collin1-114/+0
2008-04-28Fixed wrong spelling "limitter" to "limiter". This affectsLasse Collin1-2/+2
liblzma's API.
2008-01-25Added test_memlimit.c.Lasse Collin1-0/+114