[ CCUnit project page ] | [ CCUnit home page ] |
CCUnit is a simple framework to write repeatable tests with C language.
[see also Japanese documents]
Below are the installation steps for installing CCUnit:
./configure
' file. make
to create ccunit library. make install
to install. Modules give you a organized view of CCUnit modules.
You find additional samples in the examples directory. some complex number library test cases
A cookbook for implementing tests with CCUnit. (and cookbook in japanese)
This library is released under the GNU Lesser General Public License version 2.
Embedded Unit is unit testing framework for Embedded C System. Its design was copied from JUnit and CUnit and more, and then adapted somewhat for Embedded C System. Embedded Unit does not require std C libs. All objects are allocated to const area.
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:38 for CCUnit by ![]() |