From 3457a35498717d0c3206e9fb4a333484883e0ff2 Mon Sep 17 00:00:00 2001 From: tsntsumi Date: Sun, 14 Sep 2003 18:53:14 +0000 Subject: [PATCH] new --- doc/mainpage.dox | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/mainpage.dox diff --git a/doc/mainpage.dox b/doc/mainpage.dox new file mode 100644 index 0000000..db8d415 --- /dev/null +++ b/doc/mainpage.dox @@ -0,0 +1,50 @@ +/* -*- C -*- */ +/** @mainpage + +CCUnit is a simple framework to write repeatable tests with C language. + +@section _installation Installation + +Below are the installation steps for installing CCUnit: + +
    +
  1. expand the archive file.
  2. +
  3. cd to expanded dir.
  4. +
  5. run the `./configure' file.
  6. +
  7. type make to create ccunit library.
  8. +
  9. type make install to install.
  10. +
+ +@section _usage Getting Started + +Modules give +you a organized view of %CCUnit modules. + +@section _license Lincense + +This library is released under the 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 + */ -- 2.11.0