diff options
Diffstat (limited to 'std/fundamental/tests.pk')
-rw-r--r-- | std/fundamental/tests.pk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/std/fundamental/tests.pk b/std/fundamental/tests.pk new file mode 100644 index 0000000..7eb00a8 --- /dev/null +++ b/std/fundamental/tests.pk @@ -0,0 +1,5 @@ +## std/tests: Utility macros and functions for testing. + +## A macro for runnable examples. Runs them on compilation. +pub macro examples(body) = + ... |