diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-30 19:33:12 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-30 19:33:12 +0300 |
| commit | 6971eedee776d0014c94cbee519655e37707a8f7 (patch) | |
| tree | 9df796882b9ebc15fda72973a782ca8ec085073e /utils/run-tests | |
| parent | b1202918b2a7cb91e9c7744b70cea7e241bce2f8 (diff) | |
Diffstat (limited to 'utils/run-tests')
| -rw-r--r-- | utils/run-tests | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/run-tests b/utils/run-tests deleted file mode 100644 index 63a43d7..0000000 --- a/utils/run-tests +++ /dev/null @@ -1,10 +0,0 @@ -;; -*- mode: fennel; -*- vi:ft=fennel - -(local t (require :fennel-test.fennel-test)) - -(local test-modules - [:tests.core - :tests.fn - :tests.macros]) - -(t.run-tests test-modules) |