missed adding this
This commit is contained in:
parent
fe7b092075
commit
34f37d60d9
10
pkgs/anoia/run-tests.fnl
Normal file
10
pkgs/anoia/run-tests.fnl
Normal file
@ -0,0 +1,10 @@
|
||||
(local fennel (require :fennel))
|
||||
(local specials (require :fennel.specials))
|
||||
|
||||
(local compiler-env
|
||||
(doto (. (specials.make-compiler-env) :_G)
|
||||
(tset "RUNNING_TESTS" true)))
|
||||
|
||||
(each [_ f (ipairs arg)]
|
||||
(print :testing f)
|
||||
(fennel.dofile f { :correlate true :compilerEnv compiler-env }))
|
Loading…
Reference in New Issue
Block a user