Quartz v5.25

qspec

Functions

qspec_main(): Int (std/qspec.qz:95)

Run all tests, format output, and return exit code. Call this from your main() function.

def main(): Int
  # ... test definitions above ...
  return qspec_main()
end