From 3332e86562d9381c5fcf6a6f5205240f5e9d4f39 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sat, 26 Aug 2023 19:40:29 +0000 Subject: Move everything to a single file Now the library is fully self-contained and doesn't require any special flags to be used. Macros are now shipped inside the library itself and can be required by user code by requiring the same module name as the library. --- tests/core.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/core.fnl') diff --git a/tests/core.fnl b/tests/core.fnl index 3c8dae0..bd3a4aa 100644 --- a/tests/core.fnl +++ b/tests/core.fnl @@ -1,7 +1,7 @@ -(import-macros clj :init-macros) (require-macros :fennel-test) -(local core (require :init)) +(import-macros clj (doto :cljlib require)) +(local core (require :cljlib)) (deftest test-equality (testing "comparing base-types" -- cgit v1.2.3