aboutsummaryrefslogtreecommitdiff
path: root/std/tests.pk
blob: 8d13a4e3f82116558ac5a4f1a212f3c1fa8e9ae2 (plain) (blame)
1
2
3
4
5
## std.tests: Utility macros and functions for testing.

## A macro for runnable examples. Runs them on compilation.
pub macro examples(body) =
  ...