summaryrefslogtreecommitdiff
path: root/utils/run-tests
blob: 63a43d7d625cc40dc568a800d6f40ad6c88e01eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
;; -*- mode: fennel; -*- vi:ft=fennel

(local t (require :fennel-test.fennel-test))

(local test-modules
  [:tests.core
   :tests.fn
   :tests.macros])

(t.run-tests test-modules)