diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-28 23:56:23 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-28 23:56:23 +0300 |
| commit | ece7f872860d286536cb1a5d4f9d5b7da6dc88be (patch) | |
| tree | a7f6686394c3f510f5cfabb68ff88881894f7274 /utils/run-tests | |
| parent | ae389b9480d46091bfd9b6843aebdc48aa577c16 (diff) | |
update docs, fix doctests, include macros in the docs
Diffstat (limited to 'utils/run-tests')
| -rw-r--r-- | utils/run-tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/run-tests b/utils/run-tests index e70fae1..63a43d7 100644 --- a/utils/run-tests +++ b/utils/run-tests @@ -1,3 +1,5 @@ +;; -*- mode: fennel; -*- vi:ft=fennel + (local t (require :fennel-test.fennel-test)) (local test-modules |