roundup - eliminate bugs and weeds from shell scripts
roundup [plan ...]
roundup will enumerate, isolate, and execute tests in plan, as defined by
roundup(5). If all tests pass, the shell is roundup-ready.
--helpDisplay usage and exit.
--versionDisplay version and exit.
roundup run with no plan(s) specified will attempt to run all files matching
$PWD/*-test.sh
roundup exists with 0 on success, > 0 otherwise.
There will be bugs. Please report them at http://github.com/bmizerany/roundup/issues
Blake Mizerany (bmizerany)
(c) 2010 Blake Mizerany
roundup is licenced under the MIT open-source licence.
roundup(1), test(1)
Contest - http://blog.citrusbyte.com/2009/05/19/introducing-contest
Unit Testing - http://en.wikipedia.org/wiki/Unit_testing
Behaviour Driven Development - http://behaviour-driven.org/Introduction