summaryrefslogtreecommitdiff
path: root/.fenneldoc
diff options
context:
space:
mode:
Diffstat (limited to '.fenneldoc')
-rw-r--r--.fenneldoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.fenneldoc b/.fenneldoc
new file mode 100644
index 0000000..6af9e5e
--- /dev/null
+++ b/.fenneldoc
@@ -0,0 +1,9 @@
+;; -*- mode: fennel; -*-
+;; Configuration file for Fenneldoc.
+;; https://gitlab.com/andreyorst/fenneldoc
+
+{:test-requirements {:init.fnl "(import-macros {: assert-eq : assert-ne : assert-is : assert-not} :tests.test)"
+ :macros.fnl "(require-macros :macros)
+ (import-macros {: assert-eq} :tests.test)
+ (local {: eq : vector : hash-map} (require :init))"
+ :tests/test.fnl "(require-macros :tests.test)"}}