summaryrefslogtreecommitdiff
path: root/run-tests.fnl
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2023-08-28 23:56:23 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2023-08-28 23:56:23 +0300
commitece7f872860d286536cb1a5d4f9d5b7da6dc88be (patch)
treea7f6686394c3f510f5cfabb68ff88881894f7274 /run-tests.fnl
parentae389b9480d46091bfd9b6843aebdc48aa577c16 (diff)
update docs, fix doctests, include macros in the docs
Diffstat (limited to 'run-tests.fnl')
-rw-r--r--run-tests.fnl8
1 files changed, 0 insertions, 8 deletions
diff --git a/run-tests.fnl b/run-tests.fnl
deleted file mode 100644
index e70fae1..0000000
--- a/run-tests.fnl
+++ /dev/null
@@ -1,8 +0,0 @@
-(local t (require :fennel-test.fennel-test))
-
-(local test-modules
- [:tests.core
- :tests.fn
- :tests.macros])
-
-(t.run-tests test-modules)