aboutsummaryrefslogtreecommitdiff
path: root/tests/core/speed.odin
Commit message (Collapse)AuthorAgeFilesLines
* Turn `core:math/bìg` tests into regular `core:testing` tests.Jeroen van Rijn2025-06-111-1/+2
| | | | | | `core:math/big` has been verified against Python's big integer implementation long enough. Turn it into a regular regression test using the `core:testing` framework, testing against a generated corpus of test vectors.
* Image: Add improved blending method and test it.Jeroen van Rijn2024-06-091-0/+1
|
* utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵Laytan Laats2024-06-071-0/+5
tests