Login
7 branches 0 tags
Ben (Win10) Bytecode! aa877f1 3 years ago 537 Commits
nujel / tools / suite.nuj
#!/usr/bin/env nujel

[println "Entered SUITE.NUJ"]
[for-each [directory/read-relative "tests/suite"] file/eval]
[println "Loaded all Tests"]

[if [ref repl/options :bytecoded]
    [exit [test-run-bytecode]]
    [exit [test-run]]]