aboutsummaryrefslogtreecommitdiff
path: root/core/testing/runner.odin
Commit message (Expand)AuthorAgeFilesLines
* 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