aboutsummaryrefslogtreecommitdiff
path: root/tests/core/math/noise
Commit message (Collapse)AuthorAgeFilesLines
* Port `tests\core\math`, `math\linalg\glsl` and `math\noise`Jeroen van Rijn2024-06-021-121/+74
|
* [varint] Add LEB128 decoding + testsJeroen van Rijn2022-03-081-16/+14
| | | | 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/+4
|
* Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. ↵NoahR022022-02-081-4/+0
| | | | Adds tests for the noise procedures.
* Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. ↵NoahR022022-02-081-0/+153
Adds tests for the noise procedures.