http://shunit.sourceforge.net/
Though personally, if I ever found a serious need for this, I would probably rethink the use of Bourne shell for the project in question.
http://shunit.sourceforge.net/
Though personally, if I ever found a serious need for this, I would probably rethink the use of Bourne shell for the project in question.
Btw, a nice gallery creator, written completely in portable shell:
http://www.molenda.com/makethumbs/
It creates pretty nice static galleries and doesn’t require anything else to install on MacOS 10.4.
yes, I’ve pretty much stopped writing shell. As ryan pointed out, just about every time that I write a little shell script, I end up wanting features that would be easier to do in perl! So just start with perl (or python/php!) Adding unit tests DEFINITELY tips me over that balance!
I understand not wanting to do things in shell, but there are still times when it must be done. As such, I wrote shUnit2 [http://forestent.com/projects/shunit2] as ShUnit just wasn’t what I was looking for. You might want to take a look at it as well.