summaryrefslogtreecommitdiff
path: root/utils/run-tests
blob: e70fae1d232277070e80ad607c85770093c9aff5 (plain) (blame)
1
2
3
4
5
6
7
8
(local t (require :fennel-test.fennel-test))

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

(t.run-tests test-modules)