[ CCUnit project page ] [ CCUnit home page ]

CCUnit Documentation

1.2

CCUnit is a simple framework to write repeatable tests with C language.

[see also Japanese documents]

Installation

Below are the installation steps for installing CCUnit:

  1. expand the archive file.
  2. cd to expanded dir.
  3. run the `./configure' file.
  4. type make to create ccunit library.
  5. type make install to install.

Getting Started

Modules give you a organized view of CCUnit modules.

You find additional samples in the examples directory. some complex number library test cases

Documentation

CCUnit Cookbook

A cookbook for implementing tests with CCUnit. (and cookbook in japanese)

Lincense

This library is released under the GNU Lesser General Public License version 2.

Related Links

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.

SourceForge.jp hosts this site. Send comments to: CCUnit Developer