summaryrefslogtreecommitdiff
path: root/run-tests.fnl
diff options
context:
space:
mode:
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)