aboutsummaryrefslogtreecommitdiff
path: root/tests/core/compress
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded newlinesgingerBill2025-10-281-4/+0
|
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+5
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* Fix shoco heisenleakJeroen van Rijn2024-08-081-6/+4
|
* Update `core:compress` testsJeroen van Rijn2024-06-021-85/+16
|
* Get tests passing againFeoramund2024-06-021-4/+4
| | | | | | | `T` no longer has a writer assigned to it. `test_core_cbor.odin` has global state and is run with `odin test`, so I've set it to use only one thread.
* Make tests scripts error if a test failsLucas Perlind2023-04-031-0/+7
| | | | | Additionally fixes tests that were found broken because of this.
* [compress/shoco] Add short string compressor.Jeroen van Rijn2022-04-221-1/+56
|
* [varint] Add LEB128 decoding + testsJeroen van Rijn2022-03-081-3/+1
| | | | Also make tests in general less spammy: Don't print [PASS] for each successful test, only report failures and progress.
* [tests] Make test runners exit with errorlevel 1 if a test fails.Jeroen van Rijn2022-03-031-0/+3
|
* Minor style changegingerBill2021-10-021-17/+17
|
* Custom test runner.Jeroen van Rijn2021-09-081-6/+21
|
* Add Makefile for tests.Jeroen van Rijn2021-09-071-1/+1
|
* CI tests for PNG, GZIP + ZLIB.Jeroen van Rijn2021-09-071-0/+120