/* -*- Indented-Text -*- */ /* $Id$ */ /** @mainpage @~english CCUnit is a simple framework to write repeatable tests with C language. @~japanese CCUnit は C 言語で繰り返し可能なテストを書くための簡単なフレ ームワークです。 @~ @english [see also Japanese documents] @endif @japanese [see also English documents] @endif @english @section _installation Installation @endif @japanese @section _installation インストール @endif @~english Below are the installation steps for installing CCUnit: @~japanese 以下に CCUnitをインストールする手順を示します。 @if English
  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.
@endif @japanese
  1. アーカイブファイルを展開します。
  2. 展開したディレクトリにcdします。
  3. `./configure' ファイルを実行します。
  4. make とタイプして ccunit ライブラリを作成します。
  5. make install としてインストールします。
@endif @english @section _usage Getting Started @endif @japanese @section _usage さあ始めましょう @endif @~english Modules give you a organized view of %CCUnit modules. @~japanese モジュール セクションは CCUnit のモジュールを整理して表示しています。 @~english You find additional samples in the examples directory. @~japanese examples ディレクトリにはサンプルファイルがあります。 @~english - ComplexTest.c - some complex number library test cases @~japanese - ComplexTest.c - 複素数ライブラリのいくつかのテストケースです @~ @english @section _documentation Documentation @endif @japanese @section _documentation ドキュメント @endif
CCUnit Cookbook
@~english A cookbook for implementing tests with CCUnit. (and cookbook in japanese) @~japanese CCUnitでテストを実装するためのクックブック (see also Cookbook in English Edition)
@english @section _license Lincense @endif @japanese @section _license ライセンス @endif @~english This library is released under the GNU Lesser General Public License. @~japanese このライブラリは、GNU Lesser General Public License の元で配布しています。 */ /** @defgroup WritingTestFixture Writing test fixture */ /** @defgroup Assertions Making assertions */ /** @defgroup CreatingTestSuite Creating TestSuite */ /** @defgroup ExecutingTest Executing test */ /** @defgroup TrackingTestExecution Tracking test execution */ /** @defgroup BrowsingCollectedTestResult Browsing collected test result */ /** @defgroup ModuleHierarchy Module hierarchy */