blob: 6af9e5ea8331c550fb6a6fb4d020806b9e19cbbb (
plain) (
blame)
1
2
3
4
5
6
7
8
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)"}}
|