Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-16 | Convert main() to effectively return void. | Ori Bernstein | |
Now, if we exit thorugh the end of main, we will ignore the return value, and call exit(0) from the start stub. If you want to exit with a different return value, you need to call std.exit(val) | |||
2013-06-21 | Add support for '_' in number literals for readability. | Ori Bernstein | |
2013-02-19 | Use 'myrbuild' to build the tests | Ori Bernstein | |
This both tests 'myrbuild', and ensures that we handle dependencies and such correctly. | |||
2013-01-16 | Comment the purpose of the tests. | Ori Bernstein | |
Each test now gets a comment describing what it actually checks, and what it exits with. | |||
2012-06-05 | Add start of test cases. | Ori Bernstein | |
Stub in a few compilations and such. |