Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
A year spent in artificial intelligence is enough to make one believe in God.
- Alan J. Perlis - Epigrams of Programming
Test Frameworks
Sunday, February 12, 2006 by digitalpeer
Games from Within: Exploring the C++ Unit Testing Framework Jungle provides a great review of many of the C/C++ test frameworks.
CxxTest is a JUnit type framework for C++.
CUT is a C Unit Test set of utilities.
Check is another unit test framework for C.