summaryrefslogtreecommitdiff
path: root/.fenneldoc
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2021-01-24 16:22:57 +0300
committerAndrey Orst <andreyorst@gmail.com>2021-01-24 18:25:42 +0300
commitb22f270b596881630fb1dbd6a721c1fe6312f00d (patch)
treefc9ac927f79039c67d263b40c6ec73de4a1161a2 /.fenneldoc
parent996b6b2b199610682d32028e02e5c07f781e5373 (diff)
feature: include documentation testing in pipeline
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)"}}