bus.fey.ink/tasks/run-tests

11 lines
162 B
Fennel

;; -*- mode: fennel; -*- vi:ft=fennel
(local t (require :faith))
(local test-modules
[:wkb-test])
(t.run
(if (= 0 (length arg))
test-modules
arg))