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, 8 insertions, 0 deletions
diff --git a/run-tests.fnl b/run-tests.fnl
new file mode 100644
index 0000000..e70fae1
--- /dev/null
+++ b/run-tests.fnl
@@ -0,0 +1,8 @@
+(local t (require :fennel-test.fennel-test))
+
+(local test-modules
+ [:tests.core
+ :tests.fn
+ :tests.macros])
+
+(t.run-tests test-modules)