Login
7 branches 0 tags
Leonhard Staut AVL tree implementation in pure Nujel f021d1d 3 years ago 531 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]]]