summaryrefslogtreecommitdiff
path: root/tasks/run-tests
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2023-08-30 19:33:12 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2023-08-30 19:33:12 +0300
commit6971eedee776d0014c94cbee519655e37707a8f7 (patch)
tree9df796882b9ebc15fda72973a782ca8ec085073e /tasks/run-tests
parentb1202918b2a7cb91e9c7744b70cea7e241bce2f8 (diff)
rename the lazy-seq function to lazy-seq* to avoid name clash with a macroHEADmaster
Diffstat (limited to 'tasks/run-tests')
-rw-r--r--tasks/run-tests10
1 files changed, 10 insertions, 0 deletions
diff --git a/tasks/run-tests b/tasks/run-tests
new file mode 100644
index 0000000..63a43d7
--- /dev/null
+++ b/tasks/run-tests
@@ -0,0 +1,10 @@
+;; -*- 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)