diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-07 20:36:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-07 20:36:26 +0000 |
commit | b37209d196026ba07f687c487d53dcbeef1f9223 (patch) | |
tree | 948c63aa5d60eb3ec316cc8933764d9305cc75c1 /docs | |
parent | aea323e12179301b00e7766fc97dc3d3b51576d9 (diff) | |
download | ChibiOS-b37209d196026ba07f687c487d53dcbeef1f9223.tar.gz ChibiOS-b37209d196026ba07f687c487d53dcbeef1f9223.tar.bz2 ChibiOS-b37209d196026ba07f687c487d53dcbeef1f9223.zip |
Started adding documentation tags to the test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@950 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/main.dox | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index bf6eecd54..59b9f3f6d 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -61,16 +61,17 @@ * - @subpage goals
* - @subpage concepts
* - @subpage articles
+ * - @subpage testsuite
* .
*/
/**
- * @page TEST_SUITE Tests Description
- * <h2>Descriptions</h2>
+ * @page testsuite Tests Suite
+ * <h2>Description</h2>
* Most of the ChibiOS/RT demos link a set of software modules (test suite) in
* order to verify the proper working of the kernel, the port and the demo
* itself.<br>
- * Each Test Module performs a series of tests on a specified subbsystem or
+ * Each Test Module performs a series of tests on a specified subsystem or
* subsystems and can report a failure/success status and/or a performance
* index as the test suite output.<br>
* The test suite is usually activated in the demo applications by pressing a
@@ -82,6 +83,7 @@ * - @subpage test_threads
* - @subpage test_queues
* - @subpage test_serial
+ * - @subpage test_benchmarks
* .
*/
|