# -*- rd -*-
 
Time-stamp: <2007-11-14 22:25:27 shinya>

= Cue::README.en

Cue is a Unit Testing Framework for C, based on CUnit.

This framework supports making and execution of the unit tests.

Cue aims at the framework that C beginner can easily use.

== Author

Shinya Abe <midmind@mail.goo.ne.jp>

== License

LGPL

== Requirement

None.

== Get

Download this page.

  http://sourceforge.jp/projects/cue/

== Install

  % ./configure
  % make
  % make install

== Execute

  % run-cue

== Samples

See the "sample/*". 

== Tutorial

See the "doc/Tutorial.en".

== References

See the "doc/References.en".
