aboutsummaryrefslogtreecommitdiff
path: root/tests/core/Makefile
Commit message (Expand)AuthorAgeFilesLines
* actually run the testLaytan Laats2023-09-011-1/+2
* Add formatting of bytes into the best unit of measurementLaytan Laats2023-09-011-0/+3
* manually start merging core_netColin Davidson2023-03-011-1/+4
* folder name changedskytrias2022-12-211-4/+4
* create lua strlib text package and testsskytrias2022-12-181-1/+4
* Enable libc complex test.Jeroen van Rijn2022-09-221-2/+5
* [i18n] Enable *nix tests again.Jeroen van Rijn2022-04-291-1/+1
* Disable i18n test for *nix for now.Jeroen van Rijn2022-04-291-1/+1
* [i18n] Enable i18n test on Linux.Jeroen van Rijn2022-04-291-2/+5
* [i18n] Add tests.Jeroen van Rijn2022-04-291-2/+3
* Update test paths.Jeroen van Rijn2022-04-261-14/+14
* Address edge cases.Jeroen van Rijn2022-04-261-15/+14
* Update tests to use new filename generation code.Jeroen van Rijn2022-04-241-14/+15
* Add -help to CI tests.Jeroen van Rijn2022-04-051-9/+9
* Use `WIFEXITED()` and `WEXITSTATUS()` on Unix `system()` exit codegitlost2022-03-241-1/+4
* Fix issue #1537 "filepath.split_list requires a trailing separator"gitlost2022-03-231-1/+4
* Fix some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-161-1/+5
* Merge branch 'master' into fract_trunc_classify_#1574gitlost2022-03-091-3/+7
|\
| * [varint] Add LEB128 decoding + testsJeroen van Rijn2022-03-081-2/+6
* | Fix issue #1574 "fract in linalg/glm is broken" by fixinggitlost2022-03-081-2/+9
|/
* Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds...NoahR022022-02-081-2/+5
* Add tests to Linux and Mac and add vendor testszhibog2021-11-101-2/+5
* xxhash: Disable prefetch on Linux.Jeroen van Rijn2021-09-111-1/+1
* xxhash: Fix test on Linux.Jeroen van Rijn2021-09-111-1/+1
* Add xxhash tests to CI.Jeroen van Rijn2021-09-091-1/+4
* Also use custom test runner on Linux.Jeroen van Rijn2021-09-081-3/+3
* Try to address test timeouts.Jeroen van Rijn2021-09-081-3/+0
* Tests: Integrate `strings` into CI.Jeroen van Rijn2021-09-071-1/+5
* Add Makefile for tests.Jeroen van Rijn2021-09-071-0/+15