ShUnit is an XUnit framework for the Bourne family of shells. It was orignially developed by Vera Peeters and Rik Tytgat.
Be the first to post a text review of ShUnit. Rate and review a project by clicking thumbs up or thumbs down in the right column.
* ShUnitPlus uses the $SHUNIT_HOME environment variable to locate the ShUnit core framework, instead of trying to guess its location. (Fixes bug 2052932) * The shuStart() function returns an informative exit code. A value of 0 means all tests were successful. A value between 1 and 125 means there were that many failures during the test run. A value of 126 means there were 126 failures or more. A value of 127 means ShUnit was unable to run the tests. With this exit code, you can easily integrate you test execution in a larger build script.
* ShUnitPlus uses the $SHUNIT_HOME environment variable to locate the ShUnit core framework, instead of trying to guess its location. (Fixes bug 2052932) * The shuStart() function returns an informative exit code. A value of 0 means all tests were successful. A value between 1 and 125 means there were that many failures during the test run. A value of 126 means there were 126 failures or more. A value of 127 means ShUnit was unable to run the tests. With this exit code, you can easily integrate you test execution in a larger build script.
ShUnit, the xUnit testing framework for Bourne derived shells, now returns an informative exit code for better integration in Continuous Integration software.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?