Hacker News new | ask | show | jobs
by goldbattle 1162 days ago
Interesting work. Thanks for open sourcing. It would be nice if the "run" script has a bit of documentation, and maybe an "examples" folder the the run script can work with. From what I can see it seems to search the parent directory? I would want for example `./run <dir_with_tests>` to run all tests my specified project repo.
1 comments

You can now specify a directory, see README. Any other arguments are just passed to the compiler.

Here's a sample to play with: https://github.com/yellowdragonlabs/samples/blob/master/tdd_...