Your Account
Stig works at Fotango, where he gets to do interesting things in Perl and eat a lot of fruit. In his spare time he programs in C and dabbles in AI, particularly game-tree search.
Visit him at brautaset.org.
You need to enable JavaScript to view more than 15 articles by this author.
Testing C with Libtap Publish Date: Jan. 19, 2006
Regression and unit tests are your first line of defense against bugs, bad design, and silly mistakes. Unfortunately, C programmers rarely use the good testing tools of other languages--but now there's libtap. Stig Brautaset explains how to test your C code using libtap and the wonderful Perl testing tools.