# -*- rd -*-
 
Time-stamp: <2010-08-13 09:50:47 Shinya Abe>

= Cue::README.en

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

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

== Author

Shinya Abe

Tokyo Metropolitan Industrial Technology Research Institute

== License

GNU Lesser General Public License

== Requirement

None.

== Get

Download this page.

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

== Install

  # ./configure
  # make
  # make install

== Execute

  % run-cue

== Tutorial

See the "doc/Tutorial.en".

== References

See the "doc/References.en".

== Samples

See the "sample/*". 
