From 6971eedee776d0014c94cbee519655e37707a8f7 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Wed, 30 Aug 2023 19:33:12 +0300 Subject: rename the lazy-seq function to lazy-seq* to avoid name clash with a macro --- tasks/run-tests | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tasks/run-tests (limited to 'tasks/run-tests') 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) -- cgit v1.2.3