OSDN Git Service

new
authortsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 14 Sep 2003 18:53:14 +0000 (18:53 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 14 Sep 2003 18:53:14 +0000 (18:53 +0000)
doc/mainpage.dox [new file with mode: 0644]

diff --git a/doc/mainpage.dox b/doc/mainpage.dox
new file mode 100644 (file)
index 0000000..db8d415
--- /dev/null
@@ -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:
+
+<ol>
+<li>expand the archive file.</li>
+<li>cd to expanded dir.</li>
+<li>run the `<code>./configure</code>' file.</li>
+<li>type <code>make</code> to create ccunit library. </li>
+<li>type <code>make install</code> to install.</li>
+</ol>
+
+@section _usage Getting Started
+
+<a href="modules.html">Modules</a> give
+you a organized view of %CCUnit modules.
+
+@section _license Lincense
+
+This library is released under the GNU
+<a href="http://www.gnu.org/copyleft/lesser.html"
+>Lesser General Public License</a>.
+
+*/
+
+/** @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
+ */