aboutsummaryrefslogtreecommitdiff
path: root/core/testing/runner.odin
Commit message (Expand)AuthorAgeFilesLines
* Make the io/conv.odin utilities be `#optional_ok`gingerBill2021-09-291-1/+1
* testing: Strip ; from test runner.Jeroen van Rijn2021-09-071-32/+32
* Move commentgingerBill2021-05-011-1/+0
* Make the core:testing runner on windows run in a separate thread to handle cr...gingerBill2021-05-011-4/+2
* PNG: Fix tRNS handling.Jeroen van Rijn2021-05-011-1/+0
* Change from `test_*` prefix to `@(test)` attribute for `odin test`gingerBill2021-03-141-5/+3
* Add "NO TESTS RAN" message to `testing.runner` if no tests were rangingerBill2021-03-141-1/+5
* Add `pkg` field to `testing.Internal_Test`gingerBill2021-03-141-3/+18
* `odin test` to work with the new `core:testing` packagegingerBill2021-03-141-0/+60